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.collectionsClasses in one.microstream.collections that implement SortableProcedure Modifier and Type Class Description classArrayCollector<E>Full scale general purpose implementation of extended collection typeXList.classBulkList<E>Full scale general purpose implementation of extended collection typeXList.classEqBulkList<E>Full scale general purpose implementation of extended collection typeXList.classEqHashEnum<E>classEqHashTable<K,V>classEqHashTable.KeysclassHashEnum<E>classHashTable<K,V>classHashTable.KeysclassLimitList<E>Full scale general purpose implementation of extended collection typeXList.classLockedList<E>classSingle<E>classSubList<E>classSynchList<E>Synchronization wrapper class that wraps anXListinstance in public synchronized delegate methods.
- 
Uses of SortableProcedure in one.microstream.collections.typesSubinterfaces of SortableProcedure in one.microstream.collections.types Modifier and Type Interface Description interfaceXEnum<E>interfaceXIncreasingEnum<E>interfaceXIncreasingList<E>interfaceXIncreasingSequence<E>interfaceXList<E>Extended List interface with a ton of badly needed list procedures like distinction between identity and equality element comparison, procedure range specification, higher order (functional) procedures, proper toArray() methods, etc.
 
 AllXListimplementations have to haveRandomAccessbehavior.
 Intelligent implementations make non-random-access implementations like simple linked lists obsolete.interfaceXTable<K,V>static interfaceXTable.Keys<K,V>
- 
Uses of SortableProcedure in one.microstream.functionalSubinterfaces of SortableProcedure in one.microstream.functional Modifier and Type Interface Description interfaceSortingAggregator<E,R>
- 
Uses of SortableProcedure in one.microstream.util.cqlClasses in one.microstream.util.cql that implement SortableProcedure Modifier and Type Class Description classCqlWrapperCollectorProcedure<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)