public class GenericHollowList extends HollowList<HollowRecord>
HollowDataAccess
)
without a custom-generated API.delegate, ordinal
Constructor and Description |
---|
GenericHollowList(HollowDataAccess dataAccess,
java.lang.String type,
int ordinal) |
GenericHollowList(HollowListDelegate<HollowRecord> delegate,
int ordinal) |
GenericHollowList(HollowListTypeDataAccess dataAccess,
int ordinal) |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsElement(int elementOrdinal,
java.lang.Object testObject) |
GenericHollowObject |
getObject(int idx) |
HollowRecord |
instantiateElement(int elementOrdinal) |
java.lang.Iterable<GenericHollowList> |
lists() |
java.lang.Iterable<GenericHollowMap> |
maps() |
java.lang.Iterable<GenericHollowObject> |
objects() |
java.lang.Iterable<GenericHollowSet> |
sets() |
java.lang.String |
toString() |
contains, equals, get, getDelegate, getOrdinal, getSchema, getTypeDataAccess, indexOf, lastIndexOf, size
add, add, addAll, clear, hashCode, iterator, listIterator, listIterator, remove, removeRange, set, subList
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public GenericHollowList(HollowDataAccess dataAccess, java.lang.String type, int ordinal)
public GenericHollowList(HollowListTypeDataAccess dataAccess, int ordinal)
public GenericHollowList(HollowListDelegate<HollowRecord> delegate, int ordinal)
public GenericHollowObject getObject(int idx)
public java.lang.Iterable<GenericHollowObject> objects()
public java.lang.Iterable<GenericHollowList> lists()
public java.lang.Iterable<GenericHollowSet> sets()
public java.lang.Iterable<GenericHollowMap> maps()
public HollowRecord instantiateElement(int elementOrdinal)
instantiateElement
in class HollowList<HollowRecord>
public boolean equalsElement(int elementOrdinal, java.lang.Object testObject)
equalsElement
in class HollowList<HollowRecord>
public java.lang.String toString()
toString
in class java.util.AbstractCollection<HollowRecord>