Package io.ultreia.java4all.util
Class LeftOrRightContext.LeftOrRightContextImpl<O>
- java.lang.Object
-
- io.ultreia.java4all.util.TwoSideContext.TwoSideContextImpl<LeftOrRight,O>
-
- io.ultreia.java4all.util.LeftOrRightContext.LeftOrRightContextImpl<O>
-
- All Implemented Interfaces:
LeftOrRightContext<O>,TwoSideContext<LeftOrRight,O>
- Enclosing interface:
- LeftOrRightContext<O>
public static class LeftOrRightContext.LeftOrRightContextImpl<O> extends TwoSideContext.TwoSideContextImpl<LeftOrRight,O> implements LeftOrRightContext<O>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.ultreia.java4all.util.LeftOrRightContext
LeftOrRightContext.LeftOrRightContextImpl<O>
-
Nested classes/interfaces inherited from interface io.ultreia.java4all.util.TwoSideContext
TwoSideContext.TwoSideContextImpl<S extends TwoSide,O>
-
-
Constructor Summary
Constructors Constructor Description LeftOrRightContextImpl(O left, O right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)-
Methods inherited from class io.ultreia.java4all.util.TwoSideContext.TwoSideContextImpl
hashCode, left, right
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.ultreia.java4all.util.LeftOrRightContext
apply, apply, flip
-
Methods inherited from interface io.ultreia.java4all.util.TwoSideContext
accept, apply, left, onOppositeSide, onSameSide, right
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classTwoSideContext.TwoSideContextImpl<LeftOrRight,O>
-
-