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