| Package | Description |
|---|---|
| one.microstream.collections | |
| one.microstream.collections.types | |
| one.microstream.entity | |
| one.microstream.typing | |
| one.microstream.util.traversing |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <V,E,C extends XTable<E,V>> |
XUtilsCollection.valueSortByKeys(C collection,
Comparator<? super E> order) |
static <K,E,C extends XTable<K,E>> |
XUtilsCollection.valueSortByValues(C collection,
Comparator<? super E> order) |
| Modifier and Type | Method and Description |
|---|---|
XTable<K,V> |
XTable.addAll(KeyValue<K,V>... elements) |
XTable<K,V> |
XTable.addAll(KeyValue<K,V>[] elements,
int srcStartIndex,
int srcLength) |
XTable<K,V> |
XTable.addAll(XGettingCollection<? extends KeyValue<K,V>> elements) |
XTable<K,V> |
XTable.copy() |
XTable<K,V> |
XTable.Satellite.parent() |
XTable<K,V> |
XTable.Keys.parent() |
XTable<K,V> |
XTable.Values.parent() |
XTable<K,V> |
XTable.Bridge.parent() |
XTable<K,V> |
XTable.EntriesBridge.parent() |
XTable<K,V> |
XTable.putAll(KeyValue<K,V>... elements) |
XTable<K,V> |
XTable.putAll(KeyValue<K,V>[] elements,
int srcStartIndex,
int srcLength) |
XTable<K,V> |
XTable.putAll(XGettingCollection<? extends KeyValue<K,V>> elements) |
XTable<K,V> |
XTable.sort(Comparator<? super KeyValue<K,V>> comparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityVersionCleaner.AgePreservingInstant.cleanVersions(XTable<Instant,Entity> versions) |
void |
EntityVersionCleaner.cleanVersions(XTable<K,Entity> versions) |
void |
EntityVersionCleaner.AmountPreserving.cleanVersions(XTable<K,Entity> versions) |
void |
EntityVersionCleaner.AgePreservingSystemTimeMillis.cleanVersions(XTable<Long,Entity> versions) |
void |
EntityVersionCleaner.AgePreservingSystemNanoTime.cleanVersions(XTable<Long,Entity> versions) |
| Modifier and Type | Method and Description |
|---|---|
XTable<TypePair,V> |
TypeMapping.table() |
XTable<TypePair,V> |
TypeMapping.Default.table() |
| Modifier and Type | Method and Description |
|---|---|
XTable<Class<?>,TypeTraverser<?>> |
ObjectGraphTraverserBuilder.traversersPerConcreteType() |
XTable<Object,TypeTraverser<?>> |
ObjectGraphTraverserBuilder.traversersPerInstance() |
XTable<Class<?>,TypeTraverser<?>> |
ObjectGraphTraverserBuilder.traversersPerPolymorphType() |
Copyright © 2022 MicroStream Software. All rights reserved.