Uses of Interface
one.microstream.collections.types.XGettingSequence
-
Uses of XGettingSequence in one.microstream.chars
Methods in one.microstream.chars with parameters of type XGettingSequence Modifier and Type Method Description StringTable
StringTable.Creator. createStringTable(String name, XGettingSequence<String> columnNames, XGettingList<String> columnTypes, XGettingList<String[]> rows)
StringTable
StringTable.Default.Creator. createStringTable(String name, XGettingSequence<String> columnNames, XGettingList<String> columnTypes, XGettingList<String[]> rows)
static char[][]
XChars. toArrays(XGettingSequence<String> strings)
Constructors in one.microstream.chars with parameters of type XGettingSequence Constructor Description Default(String name, XGettingSequence<String> columns, XGettingList<String> columnTypes, XGettingList<String[]> rows)
Default(XGettingSequence<String> columns, XGettingList<String> columnTypes, XGettingList<String[]> rows)
-
Uses of XGettingSequence in one.microstream.collections
Classes in one.microstream.collections that implement XGettingSequence Modifier and Type Class Description class
ArrayAccessor<E>
Full scale general purpose implementation of extended collection typeXList
.class
ArrayCollector<E>
Full scale general purpose implementation of extended collection typeXList
.class
ArrayView<E>
Immutable implementation of extended collection typeXGettingList
.class
BulkList<E>
Full scale general purpose implementation of extended collection typeXList
.class
Constant<E>
Immutable singleton dummy collection used to pass a single instance masked as a collection.class
ConstHashEnum<E>
class
ConstHashTable<K,V>
class
ConstHashTable.Keys
class
ConstHashTable.Values
class
ConstLinearEnum<E>
class
ConstList<E>
Immutable implementation of extended collection typeXGettingList
.class
Empty<E>
Empty dummy collection to be used as a constant and stateless empty collection placeholder.class
EmptyTable<K,V>
class
EnumProcessor<E>
class
EnumView<E>
Wrapper class that reduces the services provided by any wrappedXGettingEnum
to only those ofXGettingEnum
, effectively making the wrappedXGettingEnum
instance immutable (or read-only) if used through an instance of this class.class
EqBulkList<E>
Full scale general purpose implementation of extended collection typeXList
.class
EqConstHashEnum<E>
class
EqConstHashTable<K,V>
class
EqConstHashTable.Keys
class
EqConstHashTable.Values
class
EqConstList<E>
Immutable implementation of extended collection typeXGettingList
.class
EqHashEnum<E>
class
EqHashTable<K,V>
class
EqHashTable.Keys
class
EqHashTable.Values
class
FixedList<E>
Full scale general purpose implementation of extended collection typeXList
.class
HashEnum<E>
class
HashTable<K,V>
class
HashTable.Keys
class
HashTable.Values
class
LimitList<E>
Full scale general purpose implementation of extended collection typeXList
.class
ListAccessor<E>
Wrapper class that reduces the services provided by any wrappedXSettingList
to only those ofXSettingList
, effectively making the wrappedXSettingList
instance structural unmodifiable if used through an instance of this class.class
ListProcessor<E>
class
ListView<E>
Wrapper class that reduces the services provided by any wrappedXGettingList
to only those ofXGettingList
, effectively making the wrappedXGettingList
instance immutable (or read-only) if used through an instance of this class.class
LockedList<E>
class
MappedList<E,S>
class
Single<E>
class
Singleton<E>
Singleton dummy collection used to pass a single instance masked as a collection.class
SingletonView<E>
class
SubCollector<E>
class
SubList<E>
class
SubListAccessor<E>
class
SubListProcessor<E>
class
SubListView<E>
class
SubProcessor<E>
class
SubView<E>
class
SynchList<E>
Synchronization wrapper class that wraps anXList
instance in public synchronized delegate methods.class
TableView<K,V>
Methods in one.microstream.collections with type parameters of type XGettingSequence Modifier and Type Method Description static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>, R>
RXUtilsArrayCollection. rngAggregate(A a, int offset, int length, Aggregator<? super E,R> aggregate)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
VarStringXUtilsArrayCollection. rngAppendTo(A a, int offset, int length, VarString vc)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
VarStringXUtilsArrayCollection. rngAppendTo(A a, int offset, int length, VarString vc, char separator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
VarStringXUtilsArrayCollection. rngAppendTo(A a, int offset, int length, VarString vc, String separator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
VarStringXUtilsArrayCollection. rngAppendTo(A a, int offset, int length, VarString vc, BiConsumer<VarString,? super E> appender)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
VarStringXUtilsArrayCollection. rngAppendTo(A a, int offset, int length, VarString vc, BiConsumer<VarString,? super E> appender, char separator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
VarStringXUtilsArrayCollection. rngAppendTo(A a, int offset, int length, VarString vc, BiConsumer<VarString,? super E> appender, String separator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
booleanXUtilsArrayCollection. rngApplies(A a, int offset, int length, Predicate<? super E> predicate)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
intXUtilsArrayCollection. rngBinarySearch(A a, int offset, int length, E element, Comparator<? super E> comparator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
booleanXUtilsArrayCollection. rngContains(A a, int offset, int length, E element)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
booleanXUtilsArrayCollection. rngContains(A a, int offset, int length, E sample, Equalator<? super E> equalator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
booleanXUtilsArrayCollection. rngContains(A a, int offset, int length, Predicate<? super E> predicate)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
booleanXUtilsArrayCollection. rngContainsAll(A a, int offset, int length, XGettingCollection<? extends E> elements)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
booleanXUtilsArrayCollection. rngContainsId(A a, int offset, int length, E element)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
booleanXUtilsArrayCollection. rngContainsNull(A a, int offset, int length)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>, C extends Consumer<? super E>>
CXUtilsArrayCollection. rngCopyTo(A a, int offset, int length, C target)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
intXUtilsArrayCollection. rngCount(A a, int offset, int length, E element)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
intXUtilsArrayCollection. rngCount(A a, int offset, int length, E sample, Equalator<? super E> equalator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
intXUtilsArrayCollection. rngCount(A a, int offset, int length, Predicate<? super E> predicate)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>, C extends Consumer<? super E>>
CXUtilsArrayCollection. rngDistinct(A a, int offset, int length, C target)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>, C extends Consumer<? super E>>
CXUtilsArrayCollection. rngDistinct(A a, int offset, int length, C target, Equalator<? super E> equalator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
booleanXUtilsArrayCollection. rngEqualsContent(A a, int offset, int length, XGettingList<? extends E> list, Equalator<? super E> equalator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>, C extends Consumer<? super E>>
CXUtilsArrayCollection. rngExcept(A a, int offset, int length, XGettingCollection<? extends E> samples, Equalator<? super E> equalator, C target)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
EXUtilsArrayCollection. rngFind(A a, int offset, int length, E sample, Equalator<? super E> equalator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
booleanXUtilsArrayCollection. rngHasUniqueValues(A a, int offset, int length)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
booleanXUtilsArrayCollection. rngHasUniqueValues(A a, int offset, int length, Equalator<? super E> equalator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
intXUtilsArrayCollection. rngIndexOf(A a, int offset, int length, E sample, Equalator<? super E> equalator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
intXUtilsArrayCollection. rngIndexOf(A a, int offset, int length, Predicate<? super E> predicate)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
intXUtilsArrayCollection. rngIndexOF(A a, int offset, int length, E element)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>, C extends Consumer<? super E>>
CXUtilsArrayCollection. rngIntersect(A a, int offset, int length, XGettingCollection<? extends E> samples, Equalator<? super E> equalator, C target)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
booleanXUtilsArrayCollection. rngIsSorted(A a, int offset, int length, Comparator<? super E> comparator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
AXUtilsArrayCollection. rngIterate(A a, int offset, int length, Consumer<? super E> procedure)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
AXUtilsArrayCollection. rngIterate(A a, int offset, int length, Predicate<? super E> predicate, Consumer<? super E> procedure)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
AXUtilsArrayCollection. rngIterate(A a, int offset, int length, IndexedAcceptor<? super E> procedure)
static <E, C extends XGettingSequence<E>>
CXUtilsCollection. rngIterate(C sequence, long offset, long length, Consumer<? super E> procedure)
static <E, C extends XGettingSequence<E>>
CXUtilsCollection. rngIterate(C sequence, long offset, long length, Predicate<? super E> predicate, Consumer<? super E> procedure)
static <E, C extends XGettingSequence<E>>
CXUtilsCollection. rngIterate(C sequence, long offset, long length, IndexedAcceptor<? super E> procedure)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
EXUtilsArrayCollection. rngMax(A a, int offset, int length, Comparator<? super E> comparator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
intXUtilsArrayCollection. rngMaxIndex(A a, int offset, int length, Comparator<? super E> comparator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
EXUtilsArrayCollection. rngMin(A a, int offset, int length, Comparator<? super E> comparator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
intXUtilsArrayCollection. rngMinIndex(A a, int offset, int length, Comparator<? super E> comparator)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
intXUtilsArrayCollection. rngScan(A a, int offset, int length, Predicate<? super E> predicate)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
EXUtilsArrayCollection. rngSearch(A a, int offset, int length, Predicate<? super E> predicate)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
Object[]XUtilsArrayCollection. rngToArray(A a, int offset, int length)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
E[]XUtilsArrayCollection. rngToArray(A a, int offset, int length, Class<E> type)
static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>, C extends Consumer<? super E>>
CXUtilsArrayCollection. rngUnion(A a, int offset, int length, XGettingCollection<? extends E> samples, Equalator<? super E> equalator, C target)
Methods in one.microstream.collections that return XGettingSequence Modifier and Type Method Description XGettingSequence<E>
SubView. copy()
static XGettingSequence<? extends PersistenceTypeDefinitionMemberFieldGeneric>
BinaryHandlerEqHashEnum. Fields()
XGettingSequence<E>
SubView. range(long lowIndex, long highIndex)
XGettingSequence<E>
SubView. toReversed()
XGettingSequence<E>
SubView. view()
XGettingSequence<E>
SubView. view(long lowIndex, long highIndex)
Methods in one.microstream.collections with parameters of type XGettingSequence Modifier and Type Method Description static <E> int[]
XUtilsCollection. index(XGettingSequence<E> sequence, Predicate<? super E> predicate)
Creates an array containing the indices of all elements the passed predicate applies to.static <E> int[]
XUtilsCollection. orderedIndex(XGettingSequence<E> sequence, Predicate<? super E> predicate)
static <E> boolean
AbstractArrayStorage. rangedEqualsContent(E[] data, int size, int offset, int length, XGettingSequence<? extends E> sequence, Equalator<? super E> equalator)
static <E, R> R
XUtilsCollection. rngAggregate(XGettingSequence<E> sequence, long offset, long length, Aggregator<? super E,R> aggregate)
static <E> VarString
XUtilsCollection. rngAppendTo(XGettingSequence<E> sequence, long offset, long length, VarString vs)
static <E> VarString
XUtilsCollection. rngAppendTo(XGettingSequence<E> sequence, long offset, long length, VarString vs, char separator)
static <E> VarString
XUtilsCollection. rngAppendTo(XGettingSequence<E> sequence, long offset, long length, VarString vs, String separator)
static <E> VarString
XUtilsCollection. rngAppendTo(XGettingSequence<E> sequence, long offset, long length, VarString vs, BiConsumer<VarString,? super E> appender)
static <E> VarString
XUtilsCollection. rngAppendTo(XGettingSequence<E> sequence, long offset, long length, VarString vc, BiConsumer<VarString,? super E> appender, char separator)
static <E> VarString
XUtilsCollection. rngAppendTo(XGettingSequence<E> sequence, long offset, long length, VarString vs, BiConsumer<VarString,? super E> appender, String separator)
static <E> boolean
XUtilsCollection. rngApplies(XGettingSequence<E> sequence, long offset, long length, Predicate<? super E> predicate)
static <E> boolean
XUtilsCollection. rngAppliesAll(XGettingSequence<E> sequence, long offset, long length, Predicate<? super E> predicate)
static <E> int
XUtilsCollection. rngBinarySearch(XGettingSequence<E> sequence, long offset, long length, E element, Comparator<? super E> comparator)
static <E> boolean
XUtilsCollection. rngContains(XGettingSequence<E> sequence, long offset, long length, E element)
static <E> boolean
XUtilsCollection. rngContains(XGettingSequence<E> sequence, long offset, long length, E sample, Equalator<? super E> equalator)
static <E> boolean
XUtilsCollection. rngContains(XGettingSequence<E> sequence, long offset, long length, Predicate<? super E> predicate)
static <E> boolean
XUtilsCollection. rngContainsAll(XGettingSequence<E> sequence, long offset, long length, XGettingCollection<? extends E> elements)
static <E> boolean
XUtilsCollection. rngContainsId(XGettingSequence<E> sequence, long offset, long length, E element)
static <E> boolean
XUtilsCollection. rngContainsNull(XGettingSequence<E> sequence, long offset, long length)
static <E, C extends Consumer<? super E>>
CXUtilsCollection. rngCopyTo(XGettingSequence<E> sequence, long offset, long length, C target)
static <E, C extends Consumer<? super E>>
CXUtilsCollection. rngCopyTo(XGettingSequence<E> sequence, long offset, long length, C target, Predicate<? super E> predicate)
static <E> int
XUtilsCollection. rngCount(XGettingSequence<E> sequence, long offset, long length, E element)
static <E> int
XUtilsCollection. rngCount(XGettingSequence<E> sequence, long offset, long length, E sample, Equalator<? super E> equalator)
static <E> int
XUtilsCollection. rngCount(XGettingSequence<E> sequence, long offset, long length, Predicate<? super E> predicate)
static <E, C extends Consumer<? super E>>
CXUtilsCollection. rngDistinct(XGettingSequence<E> sequence, long offset, long length, C target)
static <E, C extends Consumer<? super E>>
CXUtilsCollection. rngDistinct(XGettingSequence<E> sequence, long offset, long length, C target, Equalator<? super E> equalator)
static <E> boolean
XUtilsCollection. rngEqualsContent(XGettingSequence<E> sequence, long offset, long length, XGettingSequence<? extends E> other, Equalator<? super E> equalator)
static <E, C extends Consumer<? super E>>
CXUtilsCollection. rngExcept(XGettingSequence<E> sequence, long offset, long length, XGettingCollection<? extends E> samples, Equalator<? super E> equalator, C target)
static <E> E
XUtilsCollection. rngFind(XGettingSequence<E> sequence, long offset, long length, E sample, Equalator<? super E> equalator)
static <E> E
XUtilsCollection. rngGet(XGettingSequence<E> sequence, long offset, long length, E sample, Equalator<? super E> equalator)
static <E> boolean
XUtilsCollection. rngHasUniqueValues(XGettingSequence<E> sequence, long offset, long length)
static <E> boolean
XUtilsCollection. rngHasUniqueValues(XGettingSequence<E> sequence, long offset, long length, Equalator<? super E> equalator)
static <E> int
XUtilsCollection. rngIndexOf(XGettingSequence<E> sequence, long offset, long length, E sample, Equalator<? super E> equalator)
static <E> int
XUtilsCollection. rngIndexOf(XGettingSequence<E> sequence, long offset, long length, Predicate<? super E> predicate)
static <E> int
XUtilsCollection. rngIndexOF(XGettingSequence<E> sequence, long offset, long length, E element)
static <E, C extends Consumer<? super E>>
CXUtilsCollection. rngIntersect(XGettingSequence<E> sequence, long offset, long length, XGettingCollection<? extends E> samples, Equalator<? super E> equalator, C target)
static <E> boolean
XUtilsCollection. rngIsSorted(XGettingSequence<E> sequence, long offset, long length, Comparator<? super E> comparator)
static <E, A> A
XUtilsCollection. rngJoin(XGettingSequence<E> sequence, long offset, long length, BiConsumer<? super E,? super A> joiner, A aggregate)
static <E> E
XUtilsCollection. rngMax(XGettingSequence<E> sequence, long offset, long length, Comparator<? super E> comparator)
static <E> int
XUtilsCollection. rngMaxIndex(XGettingSequence<E> sequence, long offset, long length, Comparator<? super E> comparator)
static <E> E
XUtilsCollection. rngMin(XGettingSequence<E> sequence, long offset, long length, Comparator<? super E> comparator)
static <E> int
XUtilsCollection. rngMinIndex(XGettingSequence<E> sequence, long offset, long length, Comparator<? super E> comparator)
static <E> int
XUtilsCollection. rngScan(XGettingSequence<E> sequence, long offset, long length, Predicate<? super E> predicate)
static <E> E
XUtilsCollection. rngSearch(XGettingSequence<E> sequence, long offset, long length, Predicate<? super E> predicate)
static <E, C extends Consumer<? super E>>
CXUtilsCollection. rngUnion(XGettingSequence<E> sequence, long offset, long length, XGettingCollection<? extends E> samples, Equalator<? super E> equalator, C target)
static <E> void
AbstractArrayStorage. set(E[] data, int size, int offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
ArrayAccessor<E>
ArrayAccessor. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
ArrayCollector<E>
ArrayCollector. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
BulkList<E>
BulkList. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
EqBulkList<E>
EqBulkList. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
EqHashEnum<E>
EqHashEnum. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
EqHashTable.Keys
EqHashTable.Keys. set(long index, XGettingSequence<? extends K> elements, long offset, long length)
EqHashTable<K,V>
EqHashTable. set(long index, XGettingSequence<? extends KeyValue<K,V>> elements, long offset, long length)
EqHashTable.Values
EqHashTable.Values. set(long offset, XGettingSequence<? extends V> values, long valuesOffset, long valuesLength)
FixedList<E>
FixedList. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
HashEnum<E>
HashEnum. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
HashTable.Keys
HashTable.Keys. set(long index, XGettingSequence<? extends K> elements, long offset, long length)
HashTable<K,V>
HashTable. set(long index, XGettingSequence<? extends KeyValue<K,V>> elements, long offset, long length)
HashTable.Values
HashTable.Values. set(long offset, XGettingSequence<? extends V> values, long valuesOffset, long valuesLength)
LimitList<E>
LimitList. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
ListAccessor<E>
ListAccessor. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
LockedList<E>
LockedList. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
Single<E>
Single. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
Singleton<E>
Singleton. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
SubList<E>
SubList. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
SubListAccessor<E>
SubListAccessor. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
XDecreasingList<E>
SubListProcessor. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
SynchList<E>
SynchList. set(long offset, XGettingSequence<? extends E> elements, long elementsOffset, long elementsLength)
-
Uses of XGettingSequence in one.microstream.collections.sorting
Subinterfaces of XGettingSequence in one.microstream.collections.sorting Modifier and Type Interface Description interface
XChart<K,V>
static interface
XChart.Keys<K,V>
static interface
XChart.Values<K,V>
interface
XGettingSortation<E>
interface
XLadder<E>
interface
XProcessingSortation<E>
interface
XPutGetSortation<E>
interface
XRank<E>
interface
XSortation<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 XGettingSequence in one.microstream.collections.types
Subinterfaces of XGettingSequence in one.microstream.collections.types Modifier and Type Interface Description interface
XBasicEnum<E>
interface
XBasicList<E>
interface
XBasicSequence<E>
Intermediate sequence type providing getting, adding, removing concerns to act as a common super type forXSequence
andXSortation
.interface
XBasicTable<K,V>
static interface
XBasicTable.Keys<K,V>
static interface
XBasicTable.Values<K,V>
interface
XDecreasingEnum<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.interface
XDecreasingList<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.interface
XDecreasingSequence<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.interface
XEnum<E>
interface
XGettingEnum<E>
interface
XGettingList<E>
interface
XGettingTable<K,V>
Map plus orderstatic interface
XGettingTable.Keys<K,V>
static interface
XGettingTable.Values<K,V>
interface
XImmutableEnum<E>
static interface
XImmutableEnum.Factory<E>
interface
XImmutableList<E>
interface
XImmutableSequence<E>
interface
XImmutableTable<K,V>
static interface
XImmutableTable.Keys<K,V>
static interface
XImmutableTable.Values<K,V>
interface
XIncreasingEnum<E>
interface
XIncreasingList<E>
interface
XIncreasingSequence<E>
interface
XList<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.
AllXList
implementations have to haveRandomAccess
behavior.
Intelligent implementations make non-random-access implementations like simple linked lists obsolete.interface
XProcessingEnum<E>
interface
XProcessingList<E>
interface
XProcessingSequence<E>
interface
XPutGetEnum<E>
interface
XPutGetList<E>
interface
XPutGetSequence<E>
interface
XReference<E>
Simple Reference class to handle mutable references.interface
XReferencing<E>
interface
XSequence<E>
Level 1 collection type defining the single demand for the collection's elements to be ordered.interface
XSettingEnum<E>
interface
XSettingList<E>
interface
XSettingSequence<E>
interface
XSortableEnum<E>
interface
XSortableSequence<E>
interface
XTable<K,V>
static interface
XTable.Keys<K,V>
static interface
XTable.Values<K,V>
Methods in one.microstream.collections.types that return XGettingSequence Modifier and Type Method Description XGettingSequence<E>
XGettingSequence. copy()
Creates a true copy of this list which references th same elements in the same order as this list does at the time the method is called.XGettingSequence<E>
XGettingSequence.Factory. newInstance()
XGettingSequence<E>
XSortableSequence.Creator. newInstance()
XGettingSequence<E>
XGettingSequence. range(long lowIndex, long highIndex)
XGettingSequence<E>
XGettingSequence. toReversed()
XGettingSequence<E>
XGettingSequence. view()
XGettingSequence<E>
XGettingSequence. view(long lowIndex, long highIndex)
XGettingSequence<E>
XProcessingSequence. view(long fromIndex, long toIndex)
Methods in one.microstream.collections.types with parameters of type XGettingSequence Modifier and Type Method Description XDecreasingEnum<E>
XDecreasingEnum. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
XDecreasingList<E>
XDecreasingList. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
XDecreasingSequence<E>
XDecreasingSequence. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
XEnum<E>
XEnum. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
XIncreasingList<E>
XIncreasingList. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
XList<E>
XList. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
XReference<E>
XReference. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
XSettingEnum<E>
XSettingEnum. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
XSettingList<E>
XSettingList. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
XSettingSequence<E>
XSettingSequence. set(long index, XGettingSequence<? extends E> elements, long offset, long length)
-
Uses of XGettingSequence in one.microstream.entity
Methods in one.microstream.entity that return XGettingSequence Modifier and Type Method Description XGettingSequence<? extends PersistenceTypeDescriptionMember>
BinaryHandlerEntityLoading.Default. instancePrimitiveMembers()
XGettingSequence<? extends PersistenceTypeDescriptionMember>
BinaryHandlerEntityLoading.Default. instanceReferenceMembers()
-
Uses of XGettingSequence in one.microstream.java.lang
Constructors in one.microstream.java.lang with parameters of type XGettingSequence Constructor Description AbstractBinaryHandlerNativeArray(Class<A> arrayType, XGettingSequence<? extends PersistenceTypeDefinitionMemberFieldGeneric> customFields)
-
Uses of XGettingSequence in one.microstream.persistence.binary.internal
Methods in one.microstream.persistence.binary.internal that return XGettingSequence Modifier and Type Method Description static XGettingSequence<? extends PersistenceTypeDefinitionMemberFieldGeneric>
AbstractBinaryHandlerCustom. keyValuesFields(PersistenceTypeDefinitionMemberFieldGeneric... preHeaderFields)
static XGettingSequence<? extends PersistenceTypeDefinitionMemberFieldGeneric>
AbstractBinaryHandlerCustom. SimpleArrayFields(PersistenceTypeDefinitionMemberFieldGeneric... preHeaderFields)
static XGettingSequence<? extends PersistenceTypeDefinitionMemberFieldGeneric>
AbstractBinaryHandlerCustom. SizedArrayFields(PersistenceTypeDefinitionMemberFieldGeneric... preHeaderFields)
Methods in one.microstream.persistence.binary.internal with parameters of type XGettingSequence Modifier and Type Method Description static <T> CustomBinaryHandler<T>
CustomBinaryHandler. New(Class<T> type, PersistenceTypeInstantiator<Binary,T> instantiator, XGettingSequence<? extends BinaryField<? super T>> binaryFields)
Constructors in one.microstream.persistence.binary.internal with parameters of type XGettingSequence Constructor Description AbstractBinaryHandlerCustomCollection(Class<T> type, XGettingSequence<? extends PersistenceTypeDefinitionMemberFieldGeneric> customFields)
AbstractBinaryHandlerCustomIterable(Class<T> type, XGettingSequence<? extends PersistenceTypeDefinitionMemberFieldGeneric> customFields)
AbstractBinaryHandlerCustomIterableSizedArray(Class<T> type, XGettingSequence<? extends PersistenceTypeDefinitionMemberFieldGeneric> customFields, PersistenceSizedArrayLengthController controller)
AbstractBinaryHandlerCustomValue(Class<T> type, XGettingSequence<? extends PersistenceTypeDefinitionMember> fields)
AbstractBinaryHandlerCustomValueFixedLength(Class<T> type, XGettingSequence<? extends PersistenceTypeDefinitionMember> fields)
AbstractBinaryHandlerCustomValueVariableLength(Class<T> type, XGettingSequence<? extends PersistenceTypeDefinitionMemberFieldGeneric> customFields)
-
Uses of XGettingSequence in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types that return XGettingSequence Modifier and Type Method Description static XGettingSequence<? extends PersistenceTypeHandler<Binary,?>>
BinaryPersistence. createNativeHandlersReferencingTypes(Referencing<PersistenceTypeHandlerManager<Binary>> typeHandlerManager, PersistenceSizedArrayLengthController controller, PersistenceTypeHandlerCreator<Binary> typeHandlerCreator)
static XGettingSequence<? extends PersistenceTypeHandler<Binary,?>>
BinaryPersistence. createNativeHandlersValueTypes(Referencing<PersistenceTypeHandlerManager<Binary>> typeHandlerManager, PersistenceSizedArrayLengthController controller, PersistenceTypeHandlerCreator<Binary> typeHandlerCreator)
static XGettingSequence<? extends PersistenceTypeHandler<Binary,?>>
BinaryPersistence. defaultCustomHandlers(PersistenceSizedArrayLengthController controller)
-
Uses of XGettingSequence in one.microstream.persistence.types
-
Uses of XGettingSequence in one.microstream.reference
Classes in one.microstream.reference that implement XGettingSequence Modifier and Type Class Description static class
LinkingReferencing.Default<T>
static class
LinkReference.Default<T>
-
Uses of XGettingSequence in one.microstream.storage.exceptions
Methods in one.microstream.storage.exceptions that return XGettingSequence Modifier and Type Method Description XGettingSequence<Throwable>
StorageExceptionDisruptingExceptions. disruptions()
Constructors in one.microstream.storage.exceptions with parameters of type XGettingSequence Constructor Description StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> disruptions)
StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> disruptions, String message)
StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> disruptions, String message, Throwable cause)
StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> disruptions, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
StorageExceptionDisruptingExceptions(XGettingSequence<Throwable> disruptions, Throwable cause)
-
Uses of XGettingSequence in one.microstream.storage.types
Methods in one.microstream.storage.types that return XGettingSequence Modifier and Type Method Description XGettingSequence<Throwable>
StorageOperationController.Default. disruptions()
XGettingSequence<Throwable>
StorageOperationController. disruptions()
XGettingSequence<StorageTransactionsEntries.Entry>
StorageTransactionsEntries.Default. entries()
XGettingSequence<StorageTransactionsEntries.Entry>
StorageTransactionsEntries. entries()
XGettingSequence<? extends StorageRawFileStatistics.FileStatistics>
StorageRawFileStatistics.ChannelStatistics.Default. files()
XGettingSequence<? extends StorageRawFileStatistics.FileStatistics>
StorageRawFileStatistics.ChannelStatistics. files()
static XGettingSequence<String>
StorageTransactionsAnalysis.EntryAssembler. header()
Methods in one.microstream.storage.types with parameters of type XGettingSequence Modifier and Type Method Description void
StorageDataConverterTypeCsvToBinary.Default. beginTable(String tableName, XGettingSequence<String> columnNames, XGettingList<String> columnTypes)
static StorageIdAnalysis
StorageIdAnalysis. New(XGettingSequence<KeyValue<Persistence.IdType,Long>> values, XGettingEnum<Long> occuringTypeIds)
static StorageRawFileStatistics.ChannelStatistics
StorageRawFileStatistics.ChannelStatistics. New(int channelIndex, long fileCount, long liveDataLength, long totalDataLength, XGettingSequence<? extends StorageRawFileStatistics.FileStatistics> files)
static StorageTransactionsEntries
StorageTransactionsEntries. New(XGettingSequence<StorageTransactionsEntries.Entry> entries)
StorageLiveDataFile.Default
StorageEntityInitializer.Default. registerEntities(XGettingSequence<? extends StorageDataInventoryFile> files, long lastFileLength)
D
StorageEntityInitializer. registerEntities(XGettingSequence<? extends StorageDataInventoryFile> files, long lastFileLength)
-
Uses of XGettingSequence in one.microstream.util.config
Methods in one.microstream.util.config with parameters of type XGettingSequence Modifier and Type Method Description void
ConfigEntryAggregator. beginTable(String tableName, XGettingSequence<String> columnNames, XGettingList<String> columnTypes)
-
Uses of XGettingSequence in one.microstream.util.iterables
Constructors in one.microstream.util.iterables with parameters of type XGettingSequence Constructor Description ReadOnlyListIterator(XGettingSequence<E> list)
ReadOnlyListIterator(XGettingSequence<E> list, int index)
-
Uses of XGettingSequence in one.microstream.util.similarity
-
Uses of XGettingSequence in one.microstream.util.traversing
Methods in one.microstream.util.traversing with parameters of type XGettingSequence Modifier and Type Method Description static TraversalPredicateFull
TraversalPredicateFull. New(XGettingSet<Object> explicitInstances, Predicate<Object> customPredicate, XGettingSet<Class<?>> positiveTypes, XGettingSequence<Class<?>> typesPolymorphic)
static TraversalPredicateLeaf
TraversalPredicateLeaf. New(XGettingSet<Object> explicitInstances, Predicate<Object> customPredicate, XGettingSet<Class<?>> positiveTypes, XGettingSequence<Class<?>> typesPolymorphic)
static TraversalPredicateNode
TraversalPredicateNode. New(XGettingSet<Object> explicitInstances, Predicate<Object> customPredicate, XGettingSet<Class<?>> positiveTypes, XGettingSequence<Class<?>> typesPolymorphic)
static TraversalPredicateSkip
TraversalPredicateSkip. New(Predicate<Object> customPredicate, XGettingSet<Class<?>> positiveTypes, XGettingSequence<Class<?>> typesPolymorphic)
-
Uses of XGettingSequence in one.microstream.util.xcsv
Methods in one.microstream.util.xcsv that return XGettingSequence Modifier and Type Method Description XGettingSequence<? extends KeyValue<String,StringTable>>
XCsvContent.Default. segments()
XGettingSequence<? extends KeyValue<String,StringTable>>
XCsvContent. segments()
Methods in one.microstream.util.xcsv with parameters of type XGettingSequence Modifier and Type Method Description abstract VarString
XCsvEntityAssembler.Abstract. assembleInto(VarString vs, XGettingSequence<String> columnHeader, XGettingCollection<T> entities)
VarString
XCsvEntityAssembler. assembleInto(VarString vs, XGettingSequence<String> columnHeader, XGettingCollection<T> entities)
void
XCsvContentBuilderCharArray.TableCollector. beginTable(String tableName, XGettingSequence<String> columnNames, XGettingList<String> columnTypes)
void
XCsvEntityCollector. beginTable(String tableName, XGettingSequence<String> columnNames, XGettingList<String> columnTypes)
void
XCsvRowCollector. beginTable(String tableName, XGettingSequence<String> columnNames, XGettingList<String> columnTypes)
static XCsvContent.Default
XCsvContent.Default. New(String name, XGettingSequence<? extends KeyValue<String,StringTable>> segments, XCsvConfiguration configuration)
static XCsvContent.Default
XCsvContent.Default. NewTranslated(String name, XGettingSequence<? extends StringTable> segments, XCsvConfiguration configuration)