Uses of Interface
one.microstream.collections.types.XGettingList
- 
Uses of XGettingList in one.microstream.charsMethods 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 StringTableStringTable.Creator. createStringTable(String name, XGettingSequence<String> columnNames, XGettingList<String> columnTypes, XGettingList<String[]> rows)StringTableStringTable.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.collectionsClasses in one.microstream.collections that implement XGettingList 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.classConstHashTable.ValuesclassConstList<E>Immutable implementation of extended collection typeXGettingList.classEmpty<E>Empty dummy collection to be used as a constant and stateless empty collection placeholder.classEqBulkList<E>Full scale general purpose implementation of extended collection typeXList.classEqConstHashTable.ValuesclassEqConstList<E>Immutable implementation of extended collection typeXGettingList.classEqHashTable.ValuesclassFixedList<E>Full scale general purpose implementation of extended collection typeXList.classHashTable.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.classLockedList<E>classMappedList<E,S>classSingle<E>classSingleton<E>Singleton dummy collection used to pass a single instance masked as a collection.classSingletonView<E>classSubList<E>classSubListAccessor<E>classSubListProcessor<E>classSubListView<E>classSynchList<E>Synchronization wrapper class that wraps anXListinstance 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.interfacesMethods 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.oldMethods 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.sortingSubinterfaces of XGettingList in one.microstream.collections.sorting Modifier and Type Interface Description static interfaceXChart.Values<K,V>interfaceXLadder<E>
- 
Uses of XGettingList in one.microstream.collections.typesSubinterfaces of XGettingList in one.microstream.collections.types Modifier and Type Interface Description interfaceXBasicList<E>static interfaceXBasicTable.Values<K,V>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.static interfaceXGettingTable.Values<K,V>interfaceXImmutableList<E>static interfaceXImmutableTable.Values<K,V>interfaceXIncreasingList<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.interfaceXProcessingList<E>interfaceXPutGetList<E>interfaceXReference<E>Simple Reference class to handle mutable references.interfaceXReferencing<E>interfaceXSettingList<E>static interfaceXTable.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.entityMethods 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.referenceClasses in one.microstream.reference that implement XGettingList Modifier and Type Class Description static classLinkingReferencing.Default<T>static classLinkReference.Default<T>
- 
Uses of XGettingList in one.microstream.storage.typesMethods in one.microstream.storage.types with parameters of type XGettingList Modifier and Type Method Description voidStorageDataConverterTypeCsvToBinary.Default. beginTable(String tableName, XGettingSequence<String> columnNames, XGettingList<String> columnTypes)
- 
Uses of XGettingList in one.microstream.utilMethods 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.configMethods in one.microstream.util.config with parameters of type XGettingList Modifier and Type Method Description voidConfigEntryAggregator. beginTable(String tableName, XGettingSequence<String> columnNames, XGettingList<String> columnTypes)
- 
Uses of XGettingList in one.microstream.util.similarityMethods 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.xcsvMethods 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 voidXCsvContentBuilderCharArray.TableCollector. beginTable(String tableName, XGettingSequence<String> columnNames, XGettingList<String> columnTypes)voidXCsvEntityCollector. beginTable(String tableName, XGettingSequence<String> columnNames, XGettingList<String> columnTypes)voidXCsvRowCollector. beginTable(String tableName, XGettingSequence<String> columnNames, XGettingList<String> columnTypes)