public class HollowSetLookupDelegate<T> extends java.lang.Object implements HollowSetDelegate<T>
HollowRecordDelegate
interface for lookup LIST type records.HollowRecordDelegate
Modifier and Type | Field and Description |
---|---|
protected HollowSetTypeAPI |
typeAPI |
Constructor and Description |
---|
HollowSetLookupDelegate(HollowSetTypeAPI typeAPI) |
HollowSetLookupDelegate(HollowSetTypeDataAccess dataAccess) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(HollowSet<T> set,
int ordinal,
java.lang.Object o) |
T |
findElement(HollowSet<T> set,
int ordinal,
java.lang.Object... keys) |
HollowSetSchema |
getSchema() |
HollowSetTypeAPI |
getTypeAPI() |
HollowSetTypeDataAccess |
getTypeDataAccess() |
HollowOrdinalIterator |
iterator(int ordinal) |
int |
size(int ordinal) |
protected final HollowSetTypeAPI typeAPI
public HollowSetLookupDelegate(HollowSetTypeDataAccess dataAccess)
public HollowSetLookupDelegate(HollowSetTypeAPI typeAPI)
public int size(int ordinal)
size
in interface HollowSetDelegate<T>
public boolean contains(HollowSet<T> set, int ordinal, java.lang.Object o)
contains
in interface HollowSetDelegate<T>
public T findElement(HollowSet<T> set, int ordinal, java.lang.Object... keys)
findElement
in interface HollowSetDelegate<T>
public HollowOrdinalIterator iterator(int ordinal)
iterator
in interface HollowSetDelegate<T>
public HollowSetSchema getSchema()
getSchema
in interface HollowSetDelegate<T>
public HollowSetTypeDataAccess getTypeDataAccess()
getTypeDataAccess
in interface HollowSetDelegate<T>
public HollowSetTypeAPI getTypeAPI()
getTypeAPI
in interface HollowSetDelegate<T>