| java.lang.Object com.versant.core.common.OIDArray
OIDArray | final public class OIDArray (Code) | | This is an array of OIDs that expands when full. It implements
Externalizable to flatten the OIDs for fast Serialization.
|
OIDArray | public OIDArray()(Code) | | |
add | public void add(OID[] a, int offset, int length)(Code) | | |
clear | public void clear()(Code) | | |
contains | public boolean contains(OID oid)(Code) | | Is oid in our list? This checks using a linear search.
|
copy | public void copy(OID[] dest, int index)(Code) | | Copy our OIDs into an array at position index.
|
dump | public void dump()(Code) | | Dump to sysout.
|
get | public OID get(int index)(Code) | | Get the OID at index.
|
getOIDs | public OID[] getOIDs()(Code) | | Get our OIDs into a new array.
|
isEmpty | public boolean isEmpty()(Code) | | |
|
|