Interface CoPair_checkedLeft<L,R>

Type Parameters:
L - the type of the left components
R - the type of the right components
All Superinterfaces:
CoPair<L,R>, Serializable
All Known Implementing Classes:
CheckedCoPair_L, CheckedCoPair_LR

public interface CoPair_checkedLeft<L,R> extends CoPair<L,R>
Requires "CoPair" operations and implies strictness of left side.