public class MultiKeyMap<K1,K2,V> extends Object
| Constructor and Description |
|---|
MultiKeyMap(int size) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K1 key,
K2 otherKey) |
void |
put(K1 key,
K2 otherKey,
V value) |
Copyright © 2022. All rights reserved.