Interface Pair<T>
-
- All Superinterfaces:
java.lang.Iterable<T>,Tuple2<T,T>
- All Known Implementing Classes:
ImmutablePair,MutablePair
public interface Pair<T> extends Tuple2<T,T>, java.lang.Iterable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tfirst()java.util.Iterator<T>iterator()Tsecond()
-