Interface Pair_checkedRight<L,R>

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.