| Modifier and Type | Method and Description |
|---|---|
XGettingList<String> |
StringTable.columnTypes() |
XGettingList<String> |
StringTable.Default.columnTypes() |
XGettingList<String[]> |
StringTable.rows() |
| Modifier and Type | Method and Description |
|---|---|
StringTable |
StringTable.Creator.createStringTable(String name,
XGettingSequence<String> columnNames,
XGettingList<String> columnTypes,
XGettingList<String[]> rows) |
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) |
StringTable |
StringTable.Default.Creator.createStringTable(String name,
XGettingSequence<String> columnNames,
XGettingList<String> columnTypes,
XGettingList<String[]> rows) |
| Constructor and Description |
|---|
Default(String name,
XGettingSequence<String> columns,
XGettingList<String> columnTypes,
XGettingList<String[]> rows) |
Default(String name,
XGettingSequence<String> columns,
XGettingList<String> columnTypes,
XGettingList<String[]> rows) |
Default(XGettingSequence<String> columns,
XGettingList<String> columnTypes,
XGettingList<String[]> rows) |
Default(XGettingSequence<String> columns,
XGettingList<String> columnTypes,
XGettingList<String[]> rows) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayAccessor<E>
Full scale general purpose implementation of extended collection type
XList. |
class |
ArrayCollector<E>
Full scale general purpose implementation of extended collection type
XList. |
class |
ArrayView<E>
Immutable implementation of extended collection type
XGettingList. |
class |
BulkList<E>
Collection that is ordered and allows duplicates.
|
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 type
XGettingList. |
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 type
XList. |
class |
EqConstHashTable.Values |
class |
EqConstList<E>
Immutable implementation of extended collection type
XGettingList. |
class |
EqHashTable.Values |
class |
FixedList<E>
Full scale general purpose implementation of extended collection type
XList. |
class |
HashTable.Values |
class |
LimitList<E>
Full scale general purpose implementation of extended collection type
XList. |
class |
ListAccessor<E>
Wrapper class that reduces the services provided by any wrapped
XSettingList to only those of
XSettingList, effectively making the wrapped XSettingList 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 wrapped
XGettingList to only those of
XGettingList, effectively making the wrapped XGettingList 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 an
XList instance in public synchronized delegate methods. |
| Modifier and Type | Method and 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> |
MappedList.view() |
XGettingList<E> |
LockedList.view(long fromIndex,
long toIndex) |
XGettingList<E> |
MappedList.view(long lowIndex,
long highIndex) |
| Modifier and Type | Method and Description |
|---|---|
static <E,A extends AbstractSimpleArrayCollection<E> & XGettingSequence<E>> |
XUtilsArrayCollection.rngEqualsContent(A a,
int offset,
int length,
XGettingList<? extends E> list,
Equalator<? super E> equalator) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
XGettingList<KeyValue<Integer,Integer>> |
HashCollection.Analysis.getChainLengthDistribution() |
| Constructor and Description |
|---|
Analysis(H subject,
int size,
float hashDensity,
int slotCount,
int shortestEntryChainLength,
int longestEntryChainLength,
int distributionRange,
XGettingList<KeyValue<Integer,Integer>> chainLengthDistribution) |
| Modifier and Type | Method and Description |
|---|---|
XGettingList<E> |
OldList.parent() |
XGettingList<E> |
AbstractOldGettingList.parent() |
| Constructor and Description |
|---|
AbstractOldGettingList(XGettingList<E> list) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XChart.Values<K,V> |
interface |
XLadder<E> |
| Modifier and Type | Interface and 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 additional list procedures like distinction between identity and equality
element comparison, procedure range specification, higher order (functional) procedures, proper toArray() methods,
etc.
All XList implementations have to have RandomAccess 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> |
| Modifier and Type | Method and Description |
|---|---|
XGettingList<V> |
XGettingTable.Values.copy() |
XGettingList<E> |
XGettingList.copy() |
XGettingList<E> |
XGettingList.Factory.newInstance() |
XGettingList<E> |
XGettingList.range(long fromIndex,
long toIndex) |
XGettingList<E> |
XGettingList.toReversed() |
XGettingList<E> |
XGettingList.view() |
XGettingList<V> |
XBasicTable.Values.view() |
XGettingList<E> |
XGettingList.view(long lowIndex,
long highIndex) |
| Modifier and Type | Method and Description |
|---|---|
static XGettingList<Entity> |
Entity.layers(Entity entity) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LinkingReferencing.Default<T> |
static class |
LinkReference.Default<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigEntryAggregator.beginTable(String tableName,
XGettingSequence<String> columnNames,
XGettingList<String> columnTypes) |
| Modifier and Type | Method and Description |
|---|---|
XGettingList<E> |
MultiMatchResult.matchedSources() |
XGettingList<E> |
MultiMatchResult.matchedTargets() |
| Modifier and Type | Method and Description |
|---|---|
XGettingList<T> |
XCsvEntityParser.parse(_charArrayRange input) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XCsvEntityParser.Abstract.beginTable(String tableName,
XGettingSequence<String> columnNames,
XGettingList<String> columnTypes) |
void |
XCsvRowCollector.beginTable(String tableName,
XGettingSequence<String> columnNames,
XGettingList<String> columnTypes) |
void |
XCsvContentBuilderCharArray.TableCollector.beginTable(String tableName,
XGettingSequence<String> columnNames,
XGettingList<String> columnTypes) |
void |
XCsvEntityCollector.beginTable(String tableName,
XGettingSequence<String> columnNames,
XGettingList<String> columnTypes) |
Copyright © 2022 MicroStream Software. All rights reserved.