| Modifier and Type | Method and Description |
|---|---|
XGettingEnum<String> |
StringTable.columnNames() |
| Modifier and Type | Class and Description |
|---|---|
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 |
ConstLinearEnum<E> |
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 wrapped
XGettingEnum to only those of
XGettingEnum, effectively making the wrapped XGettingEnum instance immutable (or read-only)
if used through an instance of this class. |
class |
EqConstHashEnum<E> |
class |
EqConstHashTable<K,V> |
class |
EqConstHashTable.Keys |
class |
EqHashEnum<E>
Collection that is ordered and does not allow duplicates.
|
class |
EqHashTable<K,V>
Collection of key-value-pairs that is ordered and does not allow duplicate keys.
|
class |
EqHashTable.Keys |
class |
HashEnum<E>
Collection that is ordered and does not allow duplicates.
|
class |
HashTable<K,V>
Collection of key-value-pairs that is ordered and does not allow duplicate keys.
|
class |
HashTable.Keys |
class |
Single<E> |
class |
Singleton<E>
Singleton dummy collection used to pass a single instance masked as a collection.
|
class |
SingletonView<E> |
class |
TableView<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XGettingEnum<KeyValue<K,V>> |
EmptyTable.range(long lowIndex,
long highIndex) |
XGettingEnum<KeyValue<K,V>> |
TableView.range(long lowIndex,
long highIndex) |
XGettingEnum<E> |
EnumView.range(long fromIndex,
long toIndex) |
XGettingEnum<E> |
EnumProcessor.range(long lowIndex,
long highIndex) |
XGettingEnum<KeyValue<K,V>> |
TableView.toReversed() |
XGettingEnum<K> |
HashTable.Keys.view() |
XGettingEnum<K> |
EqHashTable.Keys.view() |
XGettingEnum<K> |
EqConstHashTable.Keys.view() |
XGettingEnum<K> |
ConstHashTable.Keys.view() |
XGettingEnum<E> |
EqHashEnum.view() |
XGettingEnum<E> |
ConstHashEnum.view() |
XGettingEnum<E> |
EqConstHashEnum.view() |
XGettingEnum<KeyValue<K,V>> |
HashTable.view(long lowIndex,
long highIndex) |
XGettingEnum<K> |
HashTable.Keys.view(long lowIndex,
long highIndex) |
XGettingEnum<KeyValue<K,V>> |
EqHashTable.view(long lowIndex,
long highIndex) |
XGettingEnum<K> |
EqHashTable.Keys.view(long lowIndex,
long highIndex) |
XGettingEnum<KeyValue<K,V>> |
EqConstHashTable.view(long lowIndex,
long highIndex) |
XGettingEnum<K> |
EqConstHashTable.Keys.view(long lowIndex,
long highIndex) |
XGettingEnum<KeyValue<K,V>> |
ConstHashTable.view(long lowIndex,
long highIndex) |
XGettingEnum<K> |
ConstHashTable.Keys.view(long lowIndex,
long highIndex) |
XGettingEnum<KeyValue<K,V>> |
EmptyTable.view(long lowIndex,
long highIndex) |
XGettingEnum<KeyValue<K,V>> |
TableView.view(long lowIndex,
long highIndex) |
XGettingEnum<E> |
EqHashEnum.view(long lowIndex,
long highIndex) |
XGettingEnum<E> |
EnumView.view(long lowIndex,
long highIndex) |
XGettingEnum<E> |
ConstHashEnum.view(long lowIndex,
long highIndex) |
XGettingEnum<E> |
EqConstHashEnum.view(long lowIndex,
long highIndex) |
XGettingEnum<E> |
EnumProcessor.view(long lowIndex,
long highIndex) |
| Constructor and Description |
|---|
EnumView(XGettingEnum<E> subject) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XChart<K,V> |
static interface |
XChart.Keys<K,V> |
interface |
XRank<E> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBasicEnum<E>
|
interface |
XBasicTable<K,V> |
static interface |
XBasicTable.Keys<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 |
XEnum<E> |
interface |
XGettingTable<K,V>
Map plus order
|
static interface |
XGettingTable.Keys<K,V> |
interface |
XImmutableEnum<E> |
static interface |
XImmutableEnum.Factory<E> |
interface |
XImmutableTable<K,V> |
static interface |
XImmutableTable.Keys<K,V> |
interface |
XIncreasingEnum<E> |
interface |
XProcessingEnum<E> |
interface |
XPutGetEnum<E> |
interface |
XReference<E>
Simple Reference class to handle mutable references.
|
interface |
XReferencing<E> |
interface |
XSettingEnum<E> |
interface |
XSortableEnum<E> |
interface |
XTable<K,V> |
static interface |
XTable.Keys<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XGettingEnum<E> |
XGettingEnum.copy() |
XGettingEnum<E> |
XGettingEnum.Creator.newInstance() |
XGettingEnum<E> |
XGettingEnum.range(long lowIndex,
long highIndex) |
XGettingEnum<E> |
XGettingEnum.toReversed() |
XGettingEnum<E> |
XGettingEnum.view() |
XGettingEnum<E> |
XGettingEnum.view(long lowIndex,
long highIndex) |
| Modifier and Type | Class and Description |
|---|---|
static class |
LinkingReferencing.Default<T> |
static class |
LinkReference.Default<T> |
| Modifier and Type | Method and Description |
|---|---|
XGettingEnum<T> |
Substituter.Default.elements() |
| Modifier and Type | Method and Description |
|---|---|
static XGettingEnum<Class<?>> |
ObjectGraphTraverserBuilder.defaultSkipTypesPolymorphic() |
Copyright © 2022 MicroStream Software. All rights reserved.