Interface Pair_checkedLeft<L,R>

Type Parameters:
L - the type of the left components
R - the type of the right components
All Superinterfaces:
Pair<L,R>, Serializable
All Known Implementing Classes:
CheckedPair_L, CheckedPair_LR

public interface Pair_checkedLeft<L,R> extends Pair<L,R>
Requires "Pair" operations and strictness of the left side.