Interface Pair_checkedRight<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_LR, CheckedPair_R

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