public class CrossRefTreeMap<T,K>
extends java.lang.Object
| Constructor | Description |
|---|---|
CrossRefTreeMap(int maxFirstForEachSecond,
int maxSecondForEachFirst) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
change(T t,
K k) |
|
void |
clear() |
|
boolean |
containsFirst(T t) |
|
boolean |
containsSecond(K k) |
|
java.util.Set<K> |
getFirst(T t) |
|
java.util.Set<T> |
getSecond(K k) |
|
void |
remove(T t,
K k) |
|
void |
removeFirst(T t) |
|
void |
removeSecond(K k) |
public CrossRefTreeMap(int maxFirstForEachSecond,
int maxSecondForEachFirst)