Uses of Interface
one.microstream.collections.types.XAddGetSet
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.sorting | |
one.microstream.collections.types | |
one.microstream.util.traversing |
-
Uses of XAddGetSet in one.microstream.collections
Classes in one.microstream.collections that implement XAddGetSet Modifier and Type Class Description class
EqHashEnum<E>
class
EqHashTable<K,V>
class
EqHashTable.Keys
class
HashEnum<E>
class
HashTable<K,V>
class
HashTable.Keys
class
LockedMap<K,V>
class
MutexSet<E>
class
Single<E>
class
SynchSet<E>
Synchronization wrapper class that wraps anXSet
instance in public synchronized delegate methods. -
Uses of XAddGetSet in one.microstream.collections.sorting
Subinterfaces of XAddGetSet in one.microstream.collections.sorting Modifier and Type Interface Description interface
XChart<K,V>
static interface
XChart.Keys<K,V>
interface
XRank<E>
-
Uses of XAddGetSet in one.microstream.collections.types
Subinterfaces of XAddGetSet in one.microstream.collections.types Modifier and Type Interface Description interface
XBasicEnum<E>
interface
XBasicTable<K,V>
static interface
XBasicTable.Keys<K,V>
interface
XEnum<E>
interface
XMap<K,V>
static interface
XMap.Keys<K,V>
interface
XPutGetEnum<E>
interface
XPutGetSet<E>
interface
XSet<E>
interface
XTable<K,V>
static interface
XTable.Keys<K,V>
Methods in one.microstream.collections.types that return XAddGetSet Modifier and Type Method Description XAddGetSet<E>
XAddGetSet. addAll(E... elements)
XAddGetSet<E>
XAddGetSet. addAll(E[] elements, int srcStartIndex, int srcLength)
XAddGetSet<E>
XAddGetSet. addAll(XGettingCollection<? extends E> elements)
XAddGetSet<E>
XAddGetSet. copy()
XAddGetSet<E>
XAddGetSet.Factory. newInstance()
-
Uses of XAddGetSet in one.microstream.util.traversing
Classes in one.microstream.util.traversing that implement XAddGetSet Modifier and Type Class Description class
OpenAdressingMiniSet<E>
Very primitive, but very fast open adressing hashXSet
implementation.