| Package | Description |
|---|---|
| one.microstream | |
| one.microstream.collections | |
| one.microstream.collections.sorting | |
| one.microstream.collections.types | |
| one.microstream.util.traversing |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> XMap<K,V> |
X.asX(Map<K,V> oldMap) |
| Modifier and Type | Class and Description |
|---|---|
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 |
LockedMap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XMap<K,V> |
LockedMap.addAll(KeyValue<K,V>... elements) |
XMap<K,V> |
LockedMap.addAll(KeyValue<K,V>[] elements,
int srcStartIndex,
int srcLength) |
XMap<K,V> |
LockedMap.addAll(XGettingCollection<? extends KeyValue<K,V>> elements) |
XMap<K,V> |
LockedMap.copy() |
XMap<K,V> |
LockedMap.putAll(KeyValue<K,V>... elements) |
XMap<K,V> |
LockedMap.putAll(KeyValue<K,V>[] elements,
int srcStartIndex,
int srcLength) |
| Modifier and Type | Method and Description |
|---|---|
VarString |
MapEntriesConcatenator.appendTo(VarString vc,
XMap<? extends K,? extends V> map) |
String |
MapEntriesConcatenator.assemble(XMap<? extends K,? extends V> map) |
static <K,V> LockedMap<K,V> |
LockedMap.New(XMap<K,V> subject) |
static <K,V> LockedMap<K,V> |
LockedMap.New(XMap<K,V> subject,
Object lock) |
static <E> int |
AbstractArrayStorage.rangedReplaceAll(E[] data,
int size,
int offset,
int length,
XMap<E,E> replacementMapping) |
static <E> int |
AbstractArrayStorage.replaceAll(E[] data,
int size,
XMap<E,E> replacementMapping) |
static <E,A extends AbstractSimpleArrayCollection<E> & XSettingList<E>> |
XUtilsArrayCollection.rngReplaceAll(A a,
int offset,
int length,
XMap<E,E> replacementMapping) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XChart<K,V> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBasicTable<K,V> |
interface |
XTable<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XMap<K,V> |
XMap.addAll(KeyValue<K,V>... elements) |
XMap<K,V> |
XMap.addAll(KeyValue<K,V>[] elements,
int srcStartIndex,
int srcLength) |
XMap<K,V> |
XMap.addAll(XGettingCollection<? extends KeyValue<K,V>> elements) |
XMap<K,V> |
XMap.copy() |
XMap<K,V> |
XMap.Creator.newInstance() |
XMap<K,V> |
XMap.Satellite.parent() |
XMap<K,V> |
XMap.Bridge.parent() |
XMap<K,V> |
XMap.EntriesBridge.parent() |
XMap<K,V> |
XMap.putAll(KeyValue<K,V>... elements)
Ensures the passed key-value-pairs to be contained as entries in the map.
|
XMap<K,V> |
XMap.putAll(KeyValue<K,V>[] elements,
int srcStartIndex,
int srcLength)
Ensures the passed key-value-pairs to be contained as entries in the map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TraverserXMapReplacing.traverseReferences(XMap<Object,Object> instance,
TraversalAcceptor acceptor) |
void |
TraverserXMapReplacing.traverseReferences(XMap<Object,Object> instance,
TraversalAcceptor acceptor,
TraversalMutator mutator,
MutationListener mutationListener) |
void |
TraverserXMapReplacing.traverseReferences(XMap<Object,Object> instance,
TraversalEnqueuer enqueuer) |
void |
TraverserXMapReplacing.traverseReferences(XMap<Object,Object> instance,
TraversalEnqueuer enqueuer,
TraversalAcceptor acceptor) |
void |
TraverserXMapReplacing.traverseReferences(XMap<Object,Object> instance,
TraversalEnqueuer enqueuer,
TraversalAcceptor acceptor,
TraversalMutator mutator,
MutationListener mutationListener) |
void |
TraverserXMapReplacing.traverseReferences(XMap<Object,Object> instance,
TraversalEnqueuer enqueuer,
TraversalMutator mutator,
MutationListener mutationListener) |
void |
TraverserXMapReplacing.traverseReferences(XMap<Object,Object> instance,
TraversalMutator mutator,
MutationListener mutationListener) |
Copyright © 2022 MicroStream Software. All rights reserved.