Uses of Interface
one.microstream.collections.types.XProcessingEnum
-
Packages that use 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 classEnumProcessor<E>classEqHashEnum<E>classEqHashTable<K,V>classEqHashTable.KeysclassHashEnum<E>classHashTable<K,V>classHashTable.KeysclassSingle<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 interfaceXChart<K,V>static interfaceXChart.Keys<K,V>interfaceXRank<E> -
Uses of XProcessingEnum in one.microstream.collections.types
Subinterfaces of XProcessingEnum in one.microstream.collections.types Modifier and Type Interface Description interfaceXBasicEnum<E>interfaceXBasicTable<K,V>static interfaceXBasicTable.Keys<K,V>interfaceXDecreasingEnum<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.interfaceXEnum<E>interfaceXTable<K,V>static interfaceXTable.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()
-