Uses of Class
one.microstream.collections.ConstHashTable
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.persistence.binary.one.microstream.collections |
-
Uses of ConstHashTable in one.microstream.collections
Methods in one.microstream.collections that return ConstHashTable Modifier and Type Method Description ConstHashTable<K,V>
ConstHashTable. copy()
ConstHashTable<K,V>
ConstHashTable. immure()
ConstHashTable<K,V>
HashTable. immure()
static <K, V> ConstHashTable<K,V>
ConstHashTable. New()
static <K, V> ConstHashTable<K,V>
ConstHashTable. New(XGettingCollection<? extends KeyValue<? extends K,? extends V>> entries)
static <K, V> ConstHashTable<K,V>
ConstHashTable. New(KeyValue<? extends K,? extends V>... entries)
static <K, V> ConstHashTable<K,V>
ConstHashTable. NewCustom(float hashDensity)
static <K, V> ConstHashTable<K,V>
ConstHashTable. NewCustom(int initialHashLength)
static <K, V> ConstHashTable<K,V>
ConstHashTable. NewCustom(int initialHashLength, float hashDensity)
static <K, V> ConstHashTable<K,V>
ConstHashTable. NewCustom(int initialHashLength, float hashDensity, XGettingCollection<? extends KeyValue<? extends K,? extends V>> entries)
static <K, V> ConstHashTable<K,V>
ConstHashTable. NewCustom(int initialHashLength, float hashDensity, KeyValue<? extends K,? extends V>... entries)
ConstHashTable<K,V>
ConstHashTable.Creator. newInstance()
static <KI, VI, KO, VO>
ConstHashTable<KO,VO>ConstHashTable. NewProjected(float hashDensity, XGettingCollection<? extends KeyValue<KI,VI>> entries, Function<? super KI,KO> keyProjector, Function<? super VI,VO> valueProjector)
static <KO, VO, KI extends KO, VI extends VO>
ConstHashTable<KO,VO>ConstHashTable. NewProjected(XGettingCollection<? extends KeyValue<KI,VI>> entries)
static <KI, VI, KO, VO>
ConstHashTable<KO,VO>ConstHashTable. NewProjected(XGettingCollection<? extends KeyValue<KI,VI>> entries, Function<? super KI,KO> keyProjector, Function<? super VI,VO> valueProjector)
static <K, V> ConstHashTable<K,V>
ConstHashTable. NewSingle(K key, V value)
ConstHashTable<K,V>
ConstHashTable.Keys. parent()
ConstHashTable<K,V>
ConstHashTable.OldVarMap. parent()
ConstHashTable<K,V>
ConstHashTable.Values. parent()
ConstHashTable<K,V>
ConstHashTable. toReversed()
Methods in one.microstream.collections that return types with arguments of type ConstHashTable Modifier and Type Method Description HashCollection.Analysis<ConstHashTable<K,V>>
ConstHashTable. analyze()
static <KI, VI, KO, VO>
Aggregator<KeyValue<KI,VI>,ConstHashTable<KO,VO>>ConstHashTable. projector(ConstHashTable<KO,VO> target, Function<KI,KO> keyProjector, Function<VI,VO> valueProjector)
Methods in one.microstream.collections with parameters of type ConstHashTable Modifier and Type Method Description static <KI, VI, KO, VO>
Aggregator<KeyValue<KI,VI>,ConstHashTable<KO,VO>>ConstHashTable. projector(ConstHashTable<KO,VO> target, Function<KI,KO> keyProjector, Function<VI,VO> valueProjector)
-
Uses of ConstHashTable in one.microstream.persistence.binary.one.microstream.collections
Methods in one.microstream.persistence.binary.one.microstream.collections that return ConstHashTable Modifier and Type Method Description ConstHashTable<?,?>
BinaryHandlerConstHashTable. create(Binary data, PersistenceLoadHandler handler)
Methods in one.microstream.persistence.binary.one.microstream.collections with parameters of type ConstHashTable Modifier and Type Method Description void
BinaryHandlerConstHashTable. iterateInstanceReferences(ConstHashTable<?,?> instance, PersistenceFunction iterator)
void
BinaryHandlerConstHashTable. store(Binary data, ConstHashTable<?,?> instance, long objectId, PersistenceStoreHandler<Binary> handler)
void
BinaryHandlerConstHashTable. updateState(Binary data, ConstHashTable<?,?> instance, PersistenceLoadHandler handler)