| Modifier and Type | Class and Description |
|---|---|
class |
ConstHashTable<K,V> |
class |
EmptyTable<K,V> |
class |
EqConstHashTable<K,V> |
class |
EqHashTable<K,V>
Collection of key-value-pairs that is ordered and does not allow duplicate keys.
|
class |
HashTable<K,V>
Collection of key-value-pairs that is ordered and does not allow duplicate keys.
|
class |
TableView<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XGettingTable<K,V> |
TableView.copy() |
XGettingTable<K,V> |
HashTable.view() |
XGettingTable<K,V> |
EqHashTable.view() |
XGettingTable<K,V> |
EqConstHashTable.view() |
XGettingTable<K,V> |
ConstHashTable.view() |
| Constructor and Description |
|---|
TableView(XGettingTable<K,V> subject) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XChart<K,V> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBasicTable<K,V> |
interface |
XImmutableTable<K,V> |
interface |
XTable<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XGettingTable<K,V> |
XGettingTable.copy() |
XGettingTable<K,V> |
XGettingTable.Satellite.parent() |
XGettingTable<K,V> |
XGettingTable.Keys.parent() |
XGettingTable<K,V> |
XGettingTable.Values.parent() |
XGettingTable<K,V> |
XGettingTable.Bridge.parent() |
XGettingTable<K,V> |
XGettingTable.EntriesBridge.parent() |
XGettingTable<K,V> |
XGettingTable.view() |
| Modifier and Type | Method and Description |
|---|---|
default <E extends Entity> |
EntityVersionContext.versions(E entity) |
| Modifier and Type | Method and Description |
|---|---|
XGettingTable<Long,Long> |
HashStatisticsBucketBased.bucketLengthDistribution() |
XGettingTable<Long,Long> |
HashStatisticsBucketBased.Default.bucketLengthDistribution() |
| Modifier and Type | Method and Description |
|---|---|
static HashStatisticsBucketBased |
HashStatisticsBucketBased.New(long hashLength,
long elementCount,
float hashDensity,
long highestBucketLength,
XGettingTable<Long,Long> bucketLengthDistribution) |
| Modifier and Type | Method and Description |
|---|---|
static VarString |
XDebug.assembleTable(VarString vs,
XGettingTable<?,?> collection,
String start,
String mapper,
String separator,
String end,
Integer limit) |
static void |
XDebug.printTable(XGettingTable<?,?> collection,
String start,
String mapper,
String separator,
String end,
Integer limit) |
| Modifier and Type | Method and Description |
|---|---|
XGettingTable<TypePair,V> |
TypeMappingLookup.table() |
| Modifier and Type | Method and Description |
|---|---|
XGettingTable<String,SubConfig> |
RootConfig.children() |
XGettingTable<String,ConfigFile> |
AbstractConfig.files() |
XGettingTable<String,String> |
RootConfig.table() |
XGettingTable<String,String> |
Config.table() |
abstract XGettingTable<String,String> |
AbstractConfig.table() |
XGettingTable<String,String> |
SubConfig.table() |
| Modifier and Type | Method and Description |
|---|---|
static XGettingTable<Class<?>,TypeTraverser<?>> |
ObjectGraphTraverserBuilder.defaultConcreteTypeTraversers() |
static XGettingTable<Class<?>,TypeTraverser<?>> |
ObjectGraphTraverserBuilder.defaultPolymorphTypeTraversers() |
| Modifier and Type | Method and Description |
|---|---|
static TypeTraverserProvider.Default |
TypeTraverserProvider.New(TypeTraverser.Creator traverserCreator,
XGettingMap<Object,TypeTraverser<?>> traversersPerInstance,
XGettingMap<Class<?>,TypeTraverser<?>> traversersPerConcreteType,
XGettingTable<Class<?>,TypeTraverser<?>> traversersPerPolymorphType) |
Copyright © 2022 MicroStream Software. All rights reserved.