jInfer

cz.cuni.mff.ksi.jinfer.base.interfaces
Interface Pair<S,T>

All Known Implementing Classes:
ImmutablePair, MutablePair

public interface Pair<S,T>

Interface representing a generic 2-tuple.


Method Summary
 S getFirst()
          Returns the first member of this pair.
 T getSecond()
          Returns the second member of this pair.
 

Method Detail

getFirst

S getFirst()
Returns the first member of this pair.

Returns:
First member of this pair.

getSecond

T getSecond()
Returns the second member of this pair.

Returns:
Second member of this pair.

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011