Uses of Interface
one.microstream.collections.types.XGettingList
-
Uses of XGettingList in one.microstream.chars
Methods in one.microstream.chars that return XGettingList Modifier and Type Method Description XGettingList<String>
StringTable. columnTypes()
XGettingList<String>
StringTable.Default. columnTypes()
XGettingList<String[]>
StringTable. rows()
Methods in one.microstream.chars with parameters of type XGettingList 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)
Constructors in one.microstream.chars with parameters of type XGettingList 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 XGettingList in one.microstream.collections
Classes in one.microstream.collections that implement XGettingList 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
ConstHashTable.Values
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
EqBulkList<E>
Full scale general purpose implementation of extended collection typeXList
.class
EqConstHashTable.Values
class
EqConstList<E>
Immutable implementation of extended collection typeXGettingList
.class
EqHashTable.Values
class
FixedList<E>
Full scale general purpose implementation of extended collection typeXList
.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
SubList<E>
class
SubListAccessor<E>
class
SubListProcessor<E>
class
SubListView<E>
class
SynchList<E>
Synchronization wrapper class that wraps anXList
instance in public synchronized delegate methods.Methods in one.microstream.collections that return XGettingList Modifier and Type Method Description XGettingList<E>
MappedList. copy()
XGettingList<E>
ListView. range(long fromIndex, long toIndex)
XGettingList<E>
MappedList. range(long fromIndex, long toIndex)
XGettingList<E>
MappedList. toReversed()
XGettingList<E>
LockedList. view(long fromIndex, long toIndex)
XGettingList<E>
MappedList. view()
XGettingList<E>
MappedList. view(long lowIndex, long highIndex)
Methods in one.microstream.collections with parameters of type XGettingList Modifier and Type Method Description static <E, A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>>
booleanXUtilsArrayCollection. rngEqualsContent(A a, int offset, int length, XGettingList<? extends E> list, Equalator<? super E> equalator)
Constructors in one.microstream.collections with parameters of type XGettingList Constructor Description ListView(XGettingList<E> list)
MappedList(XGettingList<S> subject, Function<S,E> mapper, Equalator<? super E> equality)
SubListView(XGettingList<E> list, long fromIndex, long toIndex)
-
Uses of XGettingList in one.microstream.collections.interfaces
Methods in one.microstream.collections.interfaces that return XGettingList Modifier and Type Method Description XGettingList<KeyValue<Integer,Integer>>
HashCollection.Analysis. getChainLengthDistribution()
Constructors in one.microstream.collections.interfaces with parameters of type XGettingList Constructor Description Analysis(H subject, int size, float hashDensity, int slotCount, int shortestEntryChainLength, int longestEntryChainLength, int distributionRange, XGettingList<KeyValue<Integer,Integer>> chainLengthDistribution)
-
Uses of XGettingList in one.microstream.collections.old
Methods in one.microstream.collections.old that return XGettingList Modifier and Type Method Description XGettingList<E>
AbstractOldGettingList. parent()
XGettingList<E>
OldList. parent()
-
Uses of XGettingList in one.microstream.collections.sorting
Subinterfaces of XGettingList in one.microstream.collections.sorting Modifier and Type Interface Description static interface
XChart.Values<K,V>
interface
XLadder<E>
-
Uses of XGettingList in one.microstream.collections.types
Subinterfaces of XGettingList in one.microstream.collections.types Modifier and Type Interface Description interface
XBasicList<E>
static interface
XBasicTable.Values<K,V>
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.static interface
XGettingTable.Values<K,V>
interface
XImmutableList<E>
static interface
XImmutableTable.Values<K,V>
interface
XIncreasingList<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
XProcessingList<E>
interface
XPutGetList<E>
interface
XReference<E>
Simple Reference class to handle mutable references.interface
XReferencing<E>
interface
XSettingList<E>
static interface
XTable.Values<K,V>
Methods in one.microstream.collections.types that return XGettingList Modifier and Type Method Description XGettingList<E>
XGettingList. copy()
XGettingList<V>
XGettingTable.Values. copy()
XGettingList<E>
XGettingList.Factory. newInstance()
XGettingList<E>
XGettingList. range(long fromIndex, long toIndex)
XGettingList<E>
XGettingList. toReversed()
XGettingList<V>
XBasicTable.Values. view()
XGettingList<E>
XGettingList. view()
XGettingList<E>
XGettingList. view(long lowIndex, long highIndex)
-
Uses of XGettingList in one.microstream.entity
Methods in one.microstream.entity that return XGettingList Modifier and Type Method Description static XGettingList<Entity>
Entity. layers(Entity entity)
-
Uses of XGettingList in one.microstream.reference
Classes in one.microstream.reference that implement XGettingList Modifier and Type Class Description static class
LinkingReferencing.Default<T>
static class
LinkReference.Default<T>
-
Uses of XGettingList in one.microstream.storage.types
Methods in one.microstream.storage.types with parameters of type XGettingList Modifier and Type Method Description void
StorageDataConverterTypeCsvToBinary.Default. beginTable(String tableName, XGettingSequence<String> columnNames, XGettingList<String> columnTypes)
-
Uses of XGettingList in one.microstream.util
Methods in one.microstream.util that return XGettingList Modifier and Type Method Description XGettingList<one.microstream.util.FileContentComparer.Entry>
FileContentComparer. result()
-
Uses of XGettingList in one.microstream.util.config
Methods in one.microstream.util.config with parameters of type XGettingList Modifier and Type Method Description void
ConfigEntryAggregator. beginTable(String tableName, XGettingSequence<String> columnNames, XGettingList<String> columnTypes)
-
Uses of XGettingList in one.microstream.util.similarity
Methods in one.microstream.util.similarity that return XGettingList Modifier and Type Method Description XGettingList<E>
MultiMatchResult. matchedSources()
XGettingList<E>
MultiMatchResult. matchedTargets()
-
Uses of XGettingList in one.microstream.util.xcsv
Methods in one.microstream.util.xcsv that return XGettingList Modifier and Type Method Description XGettingList<T>
XCsvEntityParser. parse(_charArrayRange input)
Methods in one.microstream.util.xcsv with parameters of type XGettingList Modifier and Type Method Description 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)