Uses of Interface
one.microstream.collections.sorting.SortableProcedure
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.types | |
one.microstream.functional | |
one.microstream.util.cql |
-
Uses of SortableProcedure in one.microstream.collections
Classes in one.microstream.collections that implement SortableProcedure Modifier and Type Class Description class
ArrayCollector<E>
Full scale general purpose implementation of extended collection typeXList
.class
BulkList<E>
Collection that is ordered and allows duplicates.class
EqBulkList<E>
Full scale general purpose implementation of extended collection typeXList
.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
LimitList<E>
Full scale general purpose implementation of extended collection typeXList
.class
LockedList<E>
class
Single<E>
class
SubList<E>
class
SynchList<E>
Synchronization wrapper class that wraps anXList
instance in public synchronized delegate methods. -
Uses of SortableProcedure in one.microstream.collections.types
Subinterfaces of SortableProcedure in one.microstream.collections.types Modifier and Type Interface Description interface
XEnum<E>
interface
XIncreasingEnum<E>
interface
XIncreasingList<E>
interface
XIncreasingSequence<E>
interface
XList<E>
Extended List interface with additional list procedures like distinction between identity and equality element comparison, procedure range specification, higher order (functional) procedures, proper toArray() methods, etc.
AllXList
implementations have to haveRandomAccess
behavior.
Intelligent implementations make non-random-access implementations like simple linked lists obsolete.interface
XTable<K,V>
static interface
XTable.Keys<K,V>
-
Uses of SortableProcedure in one.microstream.functional
Subinterfaces of SortableProcedure in one.microstream.functional Modifier and Type Interface Description interface
SortingAggregator<E,R>
-
Uses of SortableProcedure in one.microstream.util.cql
Classes in one.microstream.util.cql that implement SortableProcedure Modifier and Type Class Description class
CqlWrapperCollectorProcedure<O,T extends Consumer<O>>
Methods in one.microstream.util.cql with type parameters of type SortableProcedure Modifier and Type Method Description static <O, T extends SortableProcedure<O> & XIterable<O>>
CqlResultor<O,T>CqlResultor. NewFromSupplier(Supplier<T> supplier, Comparator<? super O> order)