|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PairInterface<FIRST,SECOND>
Pair interface.
Note: this currently is empty by design. You should always decide
explicitly whether to use boxing pairs Pair
or primitive pairs such
as IntIntPair
Method Summary | |
---|---|
FIRST |
getFirst()
Get the first object - note: this may cause autoboxing, use pair.first for native pairs! |
SECOND |
getSecond()
Get the second object - note: this may cause autoboxing, use pair.second for native pairs! |
Method Detail |
---|
FIRST getFirst()
SECOND getSecond()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |