|
JAPI 0.9.0 Yet another Java API API Documentation |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pair | |
|---|---|
| net.sf.japi.util |
Additions to java.util. |
| Uses of Pair in net.sf.japi.util |
|---|
| Methods in net.sf.japi.util that return types with arguments of type Pair | |
|---|---|
Collection<Pair<T1,T2>> |
Table.getPairsByFirst(T1 first)
Get all pairs that match the first. |
Collection<Pair<T1,T2>> |
Table.getPairsBySecond(T2 second)
Get all pairs that match the second. |
| Methods in net.sf.japi.util with parameters of type Pair | |
|---|---|
boolean |
Table.putPair(Pair<T1,T2> pair)
Put a pair into the table. |
boolean |
Table.removePair(Pair<T1,T2> pair)
Remove a pair from the table. |
|
JAPI Yet another Java API API Documentation |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||