|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPair
A placeholder for a pair of objects. The size of a pair is always two.
Method Summary | |
---|---|
java.lang.Object |
getA()
Returns the first object of the pair. |
java.lang.Object |
getB()
Returns the second object of the pair. |
Methods inherited from interface org.ckkloverdos.tuple.ITuple |
---|
get, isEmpty, isNull, size |
Method Detail |
---|
java.lang.Object getA()
java.lang.Object getB()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |