Interface Pair_checkedLeft<L,R>

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.