Uses of Interface
one.microstream.collections.types.XProcessingEnum
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.sorting | |
one.microstream.collections.types |
-
Uses of XProcessingEnum in one.microstream.collections
Classes in one.microstream.collections that implement XProcessingEnum 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
Single<E>
Constructors in one.microstream.collections with parameters of type XProcessingEnum Constructor Description EnumProcessor(XProcessingEnum<E> list)
-
Uses of XProcessingEnum in one.microstream.collections.sorting
Subinterfaces of XProcessingEnum 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 XProcessingEnum in one.microstream.collections.types
Subinterfaces of XProcessingEnum 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
XTable<K,V>
static interface
XTable.Keys<K,V>
Methods in one.microstream.collections.types that return XProcessingEnum Modifier and Type Method Description XProcessingEnum<E>
XProcessingEnum. copy()
XProcessingEnum<E>
XProcessingEnum.Creator. newInstance()
XProcessingEnum<E>
XProcessingEnum. toReversed()