Uses of Interface
one.microstream.collections.types.XRemovingSet
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.sorting | |
one.microstream.collections.types | |
one.microstream.util.traversing |
-
Uses of XRemovingSet in one.microstream.collections
Classes in one.microstream.collections that implement XRemovingSet Modifier and Type Class Description class
EnumProcessor<E>
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 XRemovingSet in one.microstream.collections.sorting
Subinterfaces of XRemovingSet 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 XRemovingSet in one.microstream.collections.types
Subinterfaces of XRemovingSet in one.microstream.collections.types Modifier and Type Interface Description interface
XBasicEnum<E>
interface
XBasicTable<K,V>
static interface
XBasicTable.Keys<K,V>
interface
XDecreasingEnum<E>
Intermediate list type that combines all list aspects except increasing (adding and inserting), effectively causing instances of this list type to maintain its size or shrink, but never grow.interface
XEnum<E>
interface
XMap<K,V>
static interface
XMap.Keys<K,V>
interface
XProcessingEnum<E>
static interface
XProcessingMap.Keys<K,V>
interface
XProcessingSet<E>
interface
XRemovingEnum<E>
interface
XSet<E>
interface
XTable<K,V>
static interface
XTable.Keys<K,V>
-
Uses of XRemovingSet in one.microstream.util.traversing
Classes in one.microstream.util.traversing that implement XRemovingSet Modifier and Type Class Description class
OpenAdressingMiniSet<E>
Very primitive, but very fast open adressing hashXSet
implementation.