| 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 |
LockedGettingMap<K,V> |
class |
LockedMap<K,V> |
class |
MapView<K,V> |
class |
TableView<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<P extends Consumer<? super KeyValue<K1,? extends XGettingMap<K2,V>>>> |
EqHash2DMap.iterate(P procedure) |
| Modifier and Type | Method and Description |
|---|---|
XGettingMap<K,V> |
MapView.copy() |
XGettingMap<K,V> |
LockedGettingMap.copy() |
XGettingMap<K,V> |
LockedMap.view() |
XGettingMap<K,V> |
MapView.view() |
XGettingMap<K,V> |
LockedGettingMap.view() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> LockedGettingMap<K,V> |
LockedGettingMap.New(XGettingMap<K,V> subject) |
static <K,V> LockedGettingMap<K,V> |
LockedGettingMap.New(XGettingMap<K,V> subject,
Object lock) |
| Constructor and Description |
|---|
MapView(XGettingMap<K,V> subject) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> LinkedHashMap<K,V> |
OldCollections.OldLinkedHashMap(XGettingMap<K,V> map) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XChart<K,V> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XAddGetMap<K,V> |
interface |
XBasicTable<K,V> |
interface |
XGettingTable<K,V>
Map plus order
|
interface |
XImmutableMap<K,V> |
interface |
XImmutableTable<K,V> |
interface |
XMap<K,V> |
interface |
XProcessingMap<K,V> |
interface |
XPutGetMap<K,V> |
interface |
XTable<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XGettingMap<K,V> |
XGettingMap.copy() |
XGettingMap<K1,? extends XGettingMap<K2,V>> |
XGetting2DMap.get() |
XGettingMap<K2,V> |
XGetting2DMap.get(K1 key1) |
XGettingMap<K,V> |
XGettingMap.Creator.newInstance() |
XGettingMap<K,V> |
XGettingMap.Satellite.parent() |
XGettingMap<K,V> |
XGettingMap.view() |
| Modifier and Type | Method and Description |
|---|---|
XGettingMap<K1,? extends XGettingMap<K2,V>> |
XGetting2DMap.get() |
| Constructor and Description |
|---|
CompositeConfig(String rootIdentifier,
String qualifier,
String filesuffix,
XCsvConfiguration csvConfig,
File configDirectory,
Substituter<String> stringCache,
XGettingMap<String,String> customVariables) |
CompositeConfig(String rootIdentifier,
String qualifier,
String filesuffix,
XCsvConfiguration csvConfig,
File configDirectory,
Substituter<String> stringCache,
XGettingMap<String,String> customVariables,
Character variableStarter,
Character variableTerminator) |
RootConfig(String identifier,
XGettingMap<String,String> customVariables) |
RootConfig(String identifier,
XGettingMap<String,String> customVariables,
Character variableStarter,
Character variableTerminator) |
| 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) |
static TypeTraverserProvider.Default |
TypeTraverserProvider.New(TypeTraverser.Creator traverserCreator,
XGettingMap<Object,TypeTraverser<?>> traversersPerInstance,
XGettingMap<Class<?>,TypeTraverser<?>> traversersPerConcreteType,
XGettingTable<Class<?>,TypeTraverser<?>> traversersPerPolymorphType) |
static DeduplicatorMultiType |
DeduplicatorMultiType.New(XGettingMap<Class<?>,HashEqualator<Object>> types) |
void |
TraverserXMapNonReplacing.traverseReferences(XGettingMap<Object,Object> instance,
TraversalAcceptor acceptor) |
void |
TraverserXMapNonReplacing.traverseReferences(XGettingMap<Object,Object> instance,
TraversalAcceptor acceptor,
TraversalMutator mutator,
MutationListener mutationListener) |
void |
TraverserXMapNonReplacing.traverseReferences(XGettingMap<Object,Object> instance,
TraversalEnqueuer enqueuer) |
void |
TraverserXMapNonReplacing.traverseReferences(XGettingMap<Object,Object> instance,
TraversalEnqueuer enqueuer,
TraversalAcceptor acceptor) |
void |
TraverserXMapNonReplacing.traverseReferences(XGettingMap<Object,Object> instance,
TraversalEnqueuer enqueuer,
TraversalAcceptor acceptor,
TraversalMutator mutator,
MutationListener mutationListener) |
void |
TraverserXMapNonReplacing.traverseReferences(XGettingMap<Object,Object> instance,
TraversalEnqueuer enqueuer,
TraversalMutator mutator,
MutationListener mutationListener) |
void |
TraverserXMapNonReplacing.traverseReferences(XGettingMap<Object,Object> instance,
TraversalMutator mutator,
MutationListener mutationListener) |
Copyright © 2022 MicroStream Software. All rights reserved.