Interface XGetting2DMap<K1,K2,V>
-
- All Superinterfaces:
XIterable<KeyValue<K1,? extends XGettingMap<K2,V>>>
- All Known Subinterfaces:
X2DMap<K1,K2,V>
- All Known Implementing Classes:
EqHash2DMap
public interface XGetting2DMap<K1,K2,V> extends XIterable<KeyValue<K1,? extends XGettingMap<K2,V>>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.collections.types.XIterable
XIterable.Executor<E>
-
-
Method Summary
Modifier and Type Method Description XGettingMap<K1,? extends XGettingMap<K2,V>>
get()
XGettingMap<K2,V>
get(K1 key1)
V
get(K1 key1, K2 key2)
<PIE extends Consumer<? super KeyValue<K2,V>>>
PIEiterateInnerEntries(PIE procedure)
<PK1 extends Consumer<? super K1>>
PK1iterateKeys1(PK1 procedure)
<PK2 extends Consumer<? super K2>>
PK2iterateKeys2(PK2 procedure)
<PV extends Consumer<? super V>>
PViterateValues(PV procedure)
-
-
-
Method Detail
-
get
XGettingMap<K1,? extends XGettingMap<K2,V>> get()
-
get
XGettingMap<K2,V> get(K1 key1)
-
-