Class CheckedCoPair_LR<L,R>

All Implemented Interfaces:
CoPair<L,R>, CoPair_checkedLeft<L,R>, CoPair_checkedRight<L,R>, Serializable

public class CheckedCoPair_LR<L,R> extends CheckedCoPair_L<L,R> implements CoPair_checkedRight<L,R>
Implements "CoPair" operations and guarantees strictness of both variants.
See Also:
  • Constructor Details

    • CheckedCoPair_LR

      public CheckedCoPair_LR(L left)
    • CheckedCoPair_LR

      public CheckedCoPair_LR(boolean b, R right)
    • CheckedCoPair_LR

      public CheckedCoPair_LR(CoPair<L,R> p)
  • Method Details