All Methods Static Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
default boolean |
add(Class<?> type1,
Class<?> type2,
V value) |
boolean |
add(TypePair typePair,
V value) |
static <T> TypeMapping<T> |
New() |
static <T> TypeMapping<T> |
New(HashEqualator<? super TypePair> hashEquality) |
default boolean |
put(Class<?> type1,
Class<?> type2,
V value) |
boolean |
put(TypePair typePair,
V value) |
default TypeMapping<V> |
register(Class<?> type1,
Class<?> type2,
V value) |
TypeMapping<V> |
register(TypePair typePair,
V value) |
XTable<TypePair,V> |
table() |