Uses of Interface
one.microstream.collections.types.XPutGetSet
-
Packages that use XPutGetSet Package Description one.microstream.collections one.microstream.collections.sorting one.microstream.collections.types one.microstream.util.traversing -
-
Uses of XPutGetSet in one.microstream.collections
Classes in one.microstream.collections that implement XPutGetSet Modifier and Type Class Description classEqHashEnum<E>classEqHashTable<K,V>classEqHashTable.KeysclassHashEnum<E>classHashTable<K,V>classHashTable.KeysclassLockedMap<K,V>classMutexSet<E>classSingle<E>classSynchSet<E>Synchronization wrapper class that wraps anXSetinstance in public synchronized delegate methods. -
Uses of XPutGetSet in one.microstream.collections.sorting
Subinterfaces of XPutGetSet in one.microstream.collections.sorting Modifier and Type Interface Description interfaceXChart<K,V>static interfaceXChart.Keys<K,V>interfaceXRank<E> -
Uses of XPutGetSet in one.microstream.collections.types
Subinterfaces of XPutGetSet in one.microstream.collections.types Modifier and Type Interface Description interfaceXBasicEnum<E>interfaceXBasicTable<K,V>static interfaceXBasicTable.Keys<K,V>interfaceXEnum<E>interfaceXMap<K,V>static interfaceXMap.Keys<K,V>interfaceXPutGetEnum<E>interfaceXSet<E>interfaceXTable<K,V>static interfaceXTable.Keys<K,V>Methods in one.microstream.collections.types that return XPutGetSet Modifier and Type Method Description XPutGetSet<E>XPutGetSet. addAll(E... elements)XPutGetSet<E>XPutGetSet. addAll(E[] elements, int srcStartIndex, int srcLength)XPutGetSet<E>XPutGetSet. addAll(XGettingCollection<? extends E> elements)XPutGetSet<E>XPutGetSet. copy()XPutGetSet<E>XPutGetSet.Factory. newInstance()XPutGetSet<E>XPutGetSet. putAll(E... elements)XPutGetSet<E>XPutGetSet. putAll(E[] elements, int srcStartIndex, int srcLength)XPutGetSet<E>XPutGetSet. putAll(XGettingCollection<? extends E> elements) -
Uses of XPutGetSet in one.microstream.util.traversing
Classes in one.microstream.util.traversing that implement XPutGetSet Modifier and Type Class Description classOpenAdressingMiniSet<E>Very primitive, but very fast open adressing hashXSetimplementation.
-