public class Table<A,B,C>
extends java.lang.Object
Constructor and Description |
---|
Table() |
Modifier and Type | Method and Description |
---|---|
C |
get(A a,
B b) |
java.util.Collection<A> |
getKeys() |
java.util.Map<B,C> |
getSubMap(A a)
returns a copy of the submap
|
C |
getWithAddSubMap(A a,
B b)
creates the submap entry if it doesnt exist already
and returns it
|
boolean |
isEmpty() |
void |
put(A a,
B b,
C c) |