public interface XGetting2DMap<K1,K2,V> extends XIterable<KeyValue<K1,? extends XGettingMap<K2,V>>>
XIterable.Executor<E>| Modifier and Type | Method and 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>>> |
iterateInnerEntries(PIE procedure) |
<PK1 extends Consumer<? super K1>> |
iterateKeys1(PK1 procedure) |
<PK2 extends Consumer<? super K2>> |
iterateKeys2(PK2 procedure) |
<PV extends Consumer<? super V>> |
iterateValues(PV procedure) |
XGettingMap<K1,? extends XGettingMap<K2,V>> get()
XGettingMap<K2,V> get(K1 key1)
Copyright © 2022 MicroStream Software. All rights reserved.