Uses of Interface
one.microstream.collections.types.XDecreasingEnum
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.types |
-
Uses of XDecreasingEnum in one.microstream.collections
Classes in one.microstream.collections that implement XDecreasingEnum Modifier and Type Class Description class
EqHashEnum<E>
Collection that is ordered and does not allow duplicates.class
EqHashTable<K,V>
Collection of key-value-pairs that is ordered and does not allow duplicate keys.class
EqHashTable.Keys
class
HashEnum<E>
Collection that is ordered and does not allow duplicates.class
HashTable<K,V>
Collection of key-value-pairs that is ordered and does not allow duplicate keys.class
HashTable.Keys
class
Single<E>
-
Uses of XDecreasingEnum in one.microstream.collections.types
Subinterfaces of XDecreasingEnum in one.microstream.collections.types Modifier and Type Interface Description interface
XEnum<E>
interface
XTable<K,V>
static interface
XTable.Keys<K,V>
Methods in one.microstream.collections.types that return XDecreasingEnum Modifier and Type Method Description XDecreasingEnum<E>
XDecreasingEnum. copy()
XDecreasingEnum<E>
XDecreasingEnum.Creator. newInstance()
XDecreasingEnum<E>
XDecreasingEnum. range(long fromIndex, long toIndex)
XDecreasingEnum<E>
XDecreasingEnum. reverse()
XDecreasingEnum<E>
XDecreasingEnum. set(long index, E[] elements, int offset, int length)
XDecreasingEnum<E>
XDecreasingEnum. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
XDecreasingEnum<E>
XDecreasingEnum. setAll(long index, E... elements)
XDecreasingEnum<E>
XDecreasingEnum. sort(Comparator<? super E> comparator)
XDecreasingEnum<E>
XDecreasingEnum. swap(long indexA, long indexB)
XDecreasingEnum<E>
XDecreasingEnum. swap(long indexA, long indexB, long length)
XDecreasingEnum<E>
XDecreasingEnum. toReversed()