class TroveArrayStaticDBIDs extends TroveArrayDBIDs implements IntegerArrayStaticDBIDs
TroveArrayDBIDs.DBIDItr
Modifier and Type | Field and Description |
---|---|
private gnu.trove.list.TIntList |
store
Actual trove store.
|
Modifier | Constructor and Description |
---|---|
protected |
TroveArrayStaticDBIDs(gnu.trove.list.TIntList store)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected gnu.trove.list.TIntList |
getStore()
Get the array store.
|
assign, binarySearch, contains, get, isEmpty, iter, size, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
iter
assign, binarySearch, get, size
protected TroveArrayStaticDBIDs(gnu.trove.list.TIntList store)
store
- Actual trove store.protected gnu.trove.list.TIntList getStore()
TroveArrayDBIDs
getStore
in class TroveArrayDBIDs