Uses of Interface
one.microstream.collections.types.XIterable
- 
Uses of XIterable in one.microstream.cacheMethods in one.microstream.cache with parameters of type XIterable Modifier and Type Method Description voidCacheEventDispatcher.Default. dispatch(XIterable<CacheEntryListenerRegistration<K,V>> registrations)voidCacheEventDispatcher. dispatch(XIterable<CacheEntryListenerRegistration<K,V>> registrations)
- 
Uses of XIterable in one.microstream.collectionsClasses in one.microstream.collections that implement XIterable Modifier and Type Class Description classArrayAccessor<E>Full scale general purpose implementation of extended collection typeXList.classArrayCollector<E>Full scale general purpose implementation of extended collection typeXList.classArrayView<E>Immutable implementation of extended collection typeXGettingList.classBulkList<E>Full scale general purpose implementation of extended collection typeXList.classConstant<E>Immutable singleton dummy collection used to pass a single instance masked as a collection.classConstHashEnum<E>classConstHashTable<K,V>classConstHashTable.KeysclassConstHashTable.ValuesclassConstLinearEnum<E>classConstList<E>Immutable implementation of extended collection typeXGettingList.classEmpty<E>Empty dummy collection to be used as a constant and stateless empty collection placeholder.classEmptyTable<K,V>classEnumProcessor<E>classEnumView<E>Wrapper class that reduces the services provided by any wrappedXGettingEnumto only those ofXGettingEnum, effectively making the wrappedXGettingEnuminstance immutable (or read-only) if used through an instance of this class.classEqBulkList<E>Full scale general purpose implementation of extended collection typeXList.classEqConstHashEnum<E>classEqConstHashTable<K,V>classEqConstHashTable.KeysclassEqConstHashTable.ValuesclassEqConstList<E>Immutable implementation of extended collection typeXGettingList.classEqHash2DMap<K1,K2,V>classEqHashEnum<E>classEqHashTable<K,V>classEqHashTable.KeysclassEqHashTable.ValuesclassFixedList<E>Full scale general purpose implementation of extended collection typeXList.classHashEnum<E>classHashTable<K,V>classHashTable.KeysclassHashTable.ValuesclassLimitList<E>Full scale general purpose implementation of extended collection typeXList.classListAccessor<E>Wrapper class that reduces the services provided by any wrappedXSettingListto only those ofXSettingList, effectively making the wrappedXSettingListinstance structural unmodifiable if used through an instance of this class.classListProcessor<E>classListView<E>Wrapper class that reduces the services provided by any wrappedXGettingListto only those ofXGettingList, effectively making the wrappedXGettingListinstance immutable (or read-only) if used through an instance of this class.classLockedCollection<E>classLockedGettingMap<K,V>classLockedList<E>classLockedMap<K,V>classMappedList<E,S>classMapView<K,V>classMutexSet<E>classSetView<E>Wrapper class that reduces the services provided by any wrappedXGettingSetto only those ofXGettingSet, effectively making the wrappedXGettingSetinstance immutable (or read-only) if used through an instance of this class.classSingle<E>classSingleton<E>Singleton dummy collection used to pass a single instance masked as a collection.classSingletonView<E>classSubCollector<E>classSubList<E>classSubListAccessor<E>classSubListProcessor<E>classSubListView<E>classSubProcessor<E>classSubView<E>classSynchCollection<E>Synchronization wrapper class that wraps anXCollectioninstance in public synchronized delegate methods.classSynchList<E>Synchronization wrapper class that wraps anXListinstance in public synchronized delegate methods.classSynchSet<E>Synchronization wrapper class that wraps anXSetinstance in public synchronized delegate methods.classTableView<K,V>classView<E>Methods in one.microstream.collections with type parameters of type XIterable Modifier and Type Method Description static <E, C extends XIterable<? extends E>>
 CXUtilsCollection. iterate(C collection, Predicate<? super E> predicate, Consumer<? super E> procedure)Methods in one.microstream.collections with parameters of type XIterable Modifier and Type Method Description static <E> BulkList<E>BulkList. New(XIterable<? extends E> initialElements)<C extends Consumer<? super V>>
 CConstHashTable. query(XIterable<? extends K> keys, C collector)<C extends Consumer<? super V>>
 CEmptyTable. query(XIterable<? extends K> keys, C collector)<C extends Consumer<? super V>>
 CEqConstHashTable. query(XIterable<? extends K> keys, C collector)<C extends Consumer<? super V>>
 CEqHashTable. query(XIterable<? extends K> keys, C collector)<C extends Consumer<? super V>>
 CHashTable. query(XIterable<? extends K> keys, C collector)<C extends Consumer<? super V>>
 CLockedGettingMap. query(XIterable<? extends K> keys, C collector)<C extends Consumer<? super V>>
 CLockedMap. query(XIterable<? extends K> keys, C collector)<C extends Consumer<? super V>>
 CMapView. query(XIterable<? extends K> keys, C collector)<C extends Consumer<? super V>>
 CTableView. query(XIterable<? extends K> keys, C collector)
- 
Uses of XIterable in one.microstream.collections.sortingSubinterfaces of XIterable in one.microstream.collections.sorting Modifier and Type Interface Description interfaceXChart<K,V>static interfaceXChart.Keys<K,V>static interfaceXChart.Values<K,V>interfaceXGettingSortation<E>interfaceXLadder<E>interfaceXProcessingSortation<E>interfaceXPutGetSortation<E>interfaceXRank<E>interfaceXSortation<E>Actually being a "Collation" (a collection of elements to which a sortation is applied), this type has been named "Sortation" nevertheless to avoid the mistakable similarity to the basic collection type "Collection" in reading, writing, talking and IntelliSense filtering.
- 
Uses of XIterable in one.microstream.collections.typesSubinterfaces of XIterable in one.microstream.collections.types Modifier and Type Interface Description interfaceX2DMap<K1,K2,V>interfaceXAddGetCollection<E>interfaceXAddGetMap<K,V>interfaceXAddGetSet<E>interfaceXBag<E>Bag type collections make the single demand (thus being a level 1 collection type) that duplicate elements have to be allowed, effectively being the opposite to set type collections.interfaceXBasicEnum<E>interfaceXBasicList<E>interfaceXBasicSequence<E>Intermediate sequence type providing getting, adding, removing concerns to act as a common super type forXSequenceandXSortation.interfaceXBasicTable<K,V>static interfaceXBasicTable.Keys<K,V>static interfaceXBasicTable.Values<K,V>interfaceXCollection<E>A collection is the root type for all collections (level 0 collection type).interfaceXDecreasingEnum<E>Intermediate list type that combines all list aspects except increasing (adding and inserting), effectively causing instances of this list type to maintain its size or shrink, but never grow.interfaceXDecreasingList<E>Intermediate list type that combines all list aspects except increasing (adding and inserting), effectively causing instances of this list type to maintain its size or shrink, but never grow.interfaceXDecreasingSequence<E>Intermediate list type that combines all list aspects except increasing (adding and inserting), effectively causing instances of this list type to maintain its size or shrink, but never grow.interfaceXEnum<E>interfaceXGetting2DMap<K1,K2,V>interfaceXGettingBag<E>interfaceXGettingCollection<E>interfaceXGettingEnum<E>interfaceXGettingList<E>interfaceXGettingMap<K,V>static interfaceXGettingMap.Keys<K,V>static interfaceXGettingMap.Values<K,V>interfaceXGettingSequence<E>interfaceXGettingSet<E>interfaceXGettingTable<K,V>Map plus orderstatic interfaceXGettingTable.Keys<K,V>static interfaceXGettingTable.Values<K,V>interfaceXImmutableBag<E>interfaceXImmutableCollection<E>interfaceXImmutableEnum<E>static interfaceXImmutableEnum.Factory<E>interfaceXImmutableList<E>interfaceXImmutableMap<K,V>static interfaceXImmutableMap.Keys<K,V>static interfaceXImmutableMap.Values<K,V>interfaceXImmutableSequence<E>interfaceXImmutableSet<E>interfaceXImmutableTable<K,V>static interfaceXImmutableTable.Keys<K,V>static interfaceXImmutableTable.Values<K,V>interfaceXIncreasingEnum<E>interfaceXIncreasingList<E>interfaceXIncreasingSequence<E>interfaceXIndexIterable<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.interfaceXMap<K,V>static interfaceXMap.Keys<K,V>static interfaceXMap.Values<K,V>interfaceXProcessingBag<E>interfaceXProcessingCollection<E>Curiously, a removing collection has to be a getting collection as well, because some removal procedures could be abused to read the contained elements (e.g.interfaceXProcessingEnum<E>interfaceXProcessingList<E>interfaceXProcessingMap<K,V>static interfaceXProcessingMap.Keys<K,V>static interfaceXProcessingMap.Values<K,V>interfaceXProcessingSequence<E>interfaceXProcessingSet<E>interfaceXPutGetBag<E>interfaceXPutGetCollection<E>interfaceXPutGetEnum<E>interfaceXPutGetList<E>interfaceXPutGetMap<K,V>interfaceXPutGetSequence<E>interfaceXPutGetSet<E>interfaceXReference<E>Simple Reference class to handle mutable references.interfaceXReferencing<E>interfaceXReplacingBag<E>interfaceXSequence<E>Level 1 collection type defining the single demand for the collection's elements to be ordered.interfaceXSet<E>interfaceXSettingEnum<E>interfaceXSettingList<E>interfaceXSettingSequence<E>interfaceXSortableEnum<E>interfaceXSortableSequence<E>interfaceXTable<K,V>static interfaceXTable.Keys<K,V>static interfaceXTable.Values<K,V>Classes in one.microstream.collections.types that implement XIterable Modifier and Type Class Description static classXIterable.Executor<E>Wrapper class that implementsXIterableto wrap a subject of type E that procedures shall be executed on.
- 
Uses of XIterable in one.microstream.persistence.typesMethods in one.microstream.persistence.types with parameters of type XIterable Modifier and Type Method Description static voidPersistence. iterateReferences(PersistenceFunction iterator, XIterable<?> elements)
- 
Uses of XIterable in one.microstream.referenceClasses in one.microstream.reference that implement XIterable Modifier and Type Class Description static classLinkingReferencing.Default<T>static classLinkReference.Default<T>
- 
Uses of XIterable in one.microstream.utilSubinterfaces of XIterable in one.microstream.util Modifier and Type Interface Description static interfaceSubstituter.Iterable<T>static interfaceSubstituter.Managed<T>Classes in one.microstream.util that implement XIterable Modifier and Type Class Description static classSubstituter.Default<T>
- 
Uses of XIterable in one.microstream.util.cqlClasses in one.microstream.util.cql with type parameters of type XIterable Modifier and Type Interface Description interfaceCqlIteration<I,O,R extends XIterable<O>>static classCqlIteration.Default<I,O,R extends XIterable<O>>interfaceCqlResulting<O,R extends Consumer<O> & XIterable<O>>static classCqlResulting.Default<O,R extends Consumer<O> & XIterable<O>>interfaceCqlTransfer<I,R extends XIterable<I>>static classCqlTransfer.Default<I,R extends XIterable<I>>classCqlWrapperCollectorSequenceSorting<O,R extends Consumer<O> & XIterable<O>>Subinterfaces of XIterable in one.microstream.util.cql Modifier and Type Interface Description interfaceCqlIteration<I,O,R extends XIterable<O>>interfaceCqlProjection<I,O>interfaceCqlSelection<I>interfaceCqlTransfer<I,R extends XIterable<I>>Classes in one.microstream.util.cql that implement XIterable Modifier and Type Class Description static classCqlIteration.Default<I,O,R extends XIterable<O>>static classCqlProjection.Default<I,O>static classCqlSelection.Default<I>static classCqlTransfer.Default<I,R extends XIterable<I>>Methods in one.microstream.util.cql with type parameters of type XIterable Modifier and Type Method Description default <X extends XIterable<I>>
 CqlTransfer<I,X>CqlAggregation. into(CqlResultor<I,X> resultor)default <P extends Consumer<I> & XIterable<I>>
 CqlTransfer<I,P>CqlAggregation. into(P target)default <P extends Consumer<O> & XIterable<O>>
 CqlIteration<I,O,P>CqlQuery. into(Supplier<P> supplier)default <X extends XIterable<O>>
 CqlIteration<I,O,X>CqlQuery. into(CqlResultor<O,X> resultor)default <P extends Consumer<O> & XIterable<O>>
 CqlIteration<I,O,P>CqlQuery. into(P target)default <X extends XIterable<I>>
 CqlTransfer<I,X>CqlSelection. into(CqlResultor<I,X> resultor)default <P extends Consumer<I> & XIterable<I>>
 CqlTransfer<I,P>CqlSelection. into(P target)static <I, O, R extends XIterable<O>>
 CqlIteration<I,O,R>CQL. Iteration()static <I, O, R extends XIterable<O>>
 CqlIteration<I,O,R>CqlIteration. New()static <I, O, R extends XIterable<O>>
 CqlQuery<I,O,R>CqlIteration. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator, Aggregator<O,R> aggregator)static <I, O, R extends XIterable<O>>
 CqlIteration<I,O,R>CqlIteration. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator, CqlResultor<O,R> resultor)static <I, O, R extends Consumer<O> & XIterable<O>>
 CqlQuery<I,O,R>CqlIteration. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator, R target)static <I, O, R extends Consumer<O> & XIterable<O>>
 CqlQuery<I,O,R>CqlQuery. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator, R target)static <O, R extends Consumer<O> & XIterable<O>>
 CqlResulting<O,R>CqlResulting. New(R target)static <O, T extends Consumer<O> & XIterable<O>>
 CqlResultor<O,T>CqlResultor. New(T target)static <I, R extends XIterable<I>>
 CqlTransfer<I,R>CqlTransfer. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Comparator<? super I> order, CqlResultor<I,R> resultor)static <I, T extends Consumer<I> & XIterable<I>>
 CqlTransfer<I,T>CqlTransfer. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Comparator<? super I> order, T target)static <O, T extends SortableProcedure<O> & XIterable<O>>
 CqlResultor<O,T>CqlResultor. NewFromSupplier(Supplier<T> supplier, Comparator<? super O> order)static <O, T extends Consumer<O> & XIterable<O>>
 CqlResultor<O,T>CQL. resultingIterable(Supplier<T> supplier)Methods in one.microstream.util.cql that return XIterable Modifier and Type Method Description XIterable<? extends I>CqlQuery.Abstract. getSource()default XIterable<? extends I>CqlQuery. getSource()static <I> XIterable<? extends I>CQL. prepareSource(XIterable<? extends I> source)Methods in one.microstream.util.cql with parameters of type XIterable Modifier and Type Method Description default <P extends Consumer<O>>
 PCqlQuery. executeInto(XIterable<? extends I> source, P target)default <P extends Consumer<I>>
 PCqlTransfer. executeInto(XIterable<? extends I> source, P target)default RCqlAggregation. executeOn(XIterable<? extends I> source)default RCqlQuery. executeOn(XIterable<? extends I> source)default RCqlTransfer. executeOn(XIterable<? extends I> source)static <E> XSequence<E>CQL. executeQuery(XIterable<? extends E> source)static <E, T extends Consumer<? super E>>
 TCQL. executeQuery(XIterable<? extends E> source, T target)static <I, O, R> RCQL. executeQuery(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, CqlResultor<O,R> resultor, Comparator<? super O> order)static <I, O, P extends Consumer<O>>
 PCQL. executeQuery(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, P target, Comparator<? super O> order)static <I, R> RCQL. executeQuery(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, CqlResultor<I,R> resultor, Comparator<? super I> order)static <I, P extends Consumer<? super I>>
 PCQL. executeQuery(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, P target)static <I, P extends Consumer<I>>
 PCQL. executeQuery(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, P target, Comparator<? super I> order)default <P extends Consumer<I>>
 PCqlQuery. executeSelection(XIterable<? extends I> source, P target)static <I> CqlSelection<I>CQL. from(XIterable<? extends I> source)default CqlAggregation<I,R>CqlAggregation. from(XIterable<? extends I> source)default CqlIteration<I,O,R>CqlIteration. from(XIterable<? extends I> source)default CqlProjection<I,O>CqlProjection. from(XIterable<? extends I> source)default CqlQuery<I,O,R>CqlQuery. from(XIterable<? extends I> source)default <I> CqlQuery<I,O,R>CqlResulting. from(XIterable<? extends I> source)default CqlSelection<I>CqlSelection. from(XIterable<? extends I> source)default CqlTransfer<I,R>CqlTransfer. from(XIterable<? extends I> source)static <I, R> CqlAggregation<I,R>CqlAggregation. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Comparator<? super I> order, CqlResultor<I,R> resultor)static <I, O> CqlQuery<I,O,XSequence<O>>CqlIteration. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator)static <I, O, R extends XIterable<O>>
 CqlQuery<I,O,R>CqlIteration. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator, Aggregator<O,R> aggregator)static <I, O, R extends XIterable<O>>
 CqlIteration<I,O,R>CqlIteration. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator, CqlResultor<O,R> resultor)static <I, O, R extends Consumer<O> & XIterable<O>>
 CqlQuery<I,O,R>CqlIteration. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator, R target)static <I, O> CqlProjection<I,O>CqlProjection. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator)static <I, O> CqlProjection<I,O>CqlProjection. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator, XSequence<O> target)static <I, O> CqlProjection<I,O>CqlProjection. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator, Aggregator<O,XSequence<O>> aggregator)static <I, O> CqlProjection<I,O>CqlProjection. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator, CqlResultor<O,XSequence<O>> resultor)static <I, O> CqlQuery<I,O,XSequence<O>>CqlQuery. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator)static <I, O, R> CqlQuery<I,O,R>CqlQuery. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator, Aggregator<O,R> aggregator, R target)static <I, O, R> CqlQuery<I,O,R>CqlQuery. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator, CqlResultor<O,R> resultor)static <I, O, R extends Consumer<O> & XIterable<O>>
 CqlQuery<I,O,R>CqlQuery. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Function<? super I,O> projector, Comparator<? super O> comparator, R target)static <I> CqlSelection<I>CqlSelection. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Comparator<? super I> comparator)static <I> CqlSelection<I>CqlSelection. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Comparator<? super I> comparator, XSequence<I> target)static <I> CqlSelection<I>CqlSelection. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Comparator<? super I> comparator, CqlResultor<I,XSequence<I>> resultor)static <I> CqlTransfer<I,XSequence<I>>CqlTransfer. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Comparator<? super I> order)static <I, R extends XIterable<I>>
 CqlTransfer<I,R>CqlTransfer. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Comparator<? super I> order, CqlResultor<I,R> resultor)static <I, T extends Consumer<I> & XIterable<I>>
 CqlTransfer<I,T>CqlTransfer. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Comparator<? super I> order, T target)Aggregator<O,R>CqlResultor. prepareCollector(XIterable<?> source)static <I> XIterable<? extends I>CQL. prepareSource(XIterable<? extends I> source)static <E> XSequence<E>CQL. prepareTargetCollection(XIterable<?> source)
- 
Uses of XIterable in one.microstream.util.traversingClasses in one.microstream.util.traversing that implement XIterable Modifier and Type Class Description classOpenAdressingMiniSet<E>Very primitive, but very fast open adressing hashXSetimplementation.
- 
Uses of XIterable in one.microstream.util.xcsvMethods in one.microstream.util.xcsv with parameters of type XIterable Modifier and Type Method Description static <T> voidXCSV. assembleRow(XCsvAssembler assembler, XCsvRowAssembler<T> rowAssembler, XIterable<? extends T> row)static <T> voidXCSV. assembleRows(XCsvAssembler assembler, XCsvRowAssembler<T> rowAssembler, XIterable<? extends T> rows)