public class DoubleMap<K1,K2,V> extends Object
Constructor and Description |
---|
DoubleMap(int size) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(K1 k1,
K2 k2) |
void |
forEach(org.apache.camel.util.function.TriConsumer<K1,K2,V> consumer) |
V |
get(K1 k1,
K2 k2) |
V |
getFirst(Predicate<K1> p1,
Predicate<K2> p2) |
void |
put(K1 k1,
K2 k2,
V v) |
boolean |
remove(K1 k1,
K2 k2) |
int |
size() |
Apache Camel