
class TroveArrayStaticDBIDs extends TroveArrayDBIDs implements ArrayStaticDBIDs
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
|
binarySearch, contains, get, isEmpty, iter, iterator, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbinarySearch, get, iter, sizeprotected TroveArrayStaticDBIDs(gnu.trove.list.TIntList store)
store - Actual trove store.protected gnu.trove.list.TIntList getStore()
TroveArrayDBIDsgetStore in class TroveArrayDBIDs