Searched refs:getComponentType (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/raw/
H A DRawType.java103 * #getComponentType} and the number of array dimensions is returned by
120 RawType getComponentType(); method in interface:RawType
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DObjectArrayFormat.java61 public Format getComponentType() { method in class:ObjectArrayFormat
69 Class cls = getType().getComponentType();
77 Class cls = getType().getComponentType();
H A DPrimitiveArrayFormat.java45 public Format getComponentType() { method in class:PrimitiveArrayFormat
58 catalog.getFormat(getType().getComponentType());
H A DCollectionProxy.java116 format.getComponentType().getId() != Format.ID_OBJECT) {
H A DFormat.java634 public Format getComponentType() { method in class:Format
H A DEvolver.java307 Format compFormat = oldFormat.getComponentType();
H A DPersistCatalog.java575 format = type.getComponentType().isPrimitive() ?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DType.java617 d = d.getComponentType();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DAnnotationModel.java211 return cls.getComponentType().getName();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java2089 (obj.getClass().getComponentType(), a1.length - 1);
2172 assertNull(type.getComponentType());
2214 type = type.getComponentType();
2222 assertNull(type.getComponentType());

Completed in 141 milliseconds