Uses of Interface
one.microstream.collections.types.XPutGetEnum
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.sorting | |
one.microstream.collections.types |
-
Uses of XPutGetEnum in one.microstream.collections
Classes in one.microstream.collections that implement XPutGetEnum 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
Single<E>
-
Uses of XPutGetEnum in one.microstream.collections.sorting
Subinterfaces of XPutGetEnum 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 XPutGetEnum in one.microstream.collections.types
Subinterfaces of XPutGetEnum 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
XTable<K,V>
static interface
XTable.Keys<K,V>
Methods in one.microstream.collections.types that return XPutGetEnum Modifier and Type Method Description XPutGetEnum<E>
XPutGetEnum. addAll(E... elements)
XPutGetEnum<E>
XPutGetEnum. addAll(E[] elements, int srcStartIndex, int srcLength)
XPutGetEnum<E>
XPutGetEnum. addAll(XGettingCollection<? extends E> elements)
XPutGetEnum<E>
XPutGetEnum. copy()
XPutGetEnum<E>
XPutGetEnum.Creator. newInstance()
XPutGetEnum<E>
XPutGetEnum. putAll(E... elements)
XPutGetEnum<E>
XPutGetEnum. putAll(E[] elements, int srcStartIndex, int srcLength)
XPutGetEnum<E>
XPutGetEnum. putAll(XGettingCollection<? extends E> elements)
XPutGetEnum<E>
XPutGetEnum. toReversed()