예제 #1
0
 /** @return the length of this data array if this data type is an array, else returns 0 */
 public int getArrayLength() {
   checkIsArray();
   return arrayLen;
 }
예제 #2
0
 private final void checkArray(PrimitiveOrString getType) {
   checkIsArray();
   checkType(getType);
 }