Package com.macrofocus.selection
Class AbstractSingleSelectionCoordinator<A,B>
- java.lang.Object
-
- com.macrofocus.selection.AbstractSingleSelectionCoordinator<A,B>
-
public abstract class AbstractSingleSelectionCoordinator<A,B> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractSingleSelectionCoordinator(MutableSingleSelection<A> a, MutableSingleSelection<B> b)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract B
a2b(A b)
abstract A
b2a(B a)
-
-
-
Constructor Detail
-
AbstractSingleSelectionCoordinator
public AbstractSingleSelectionCoordinator(MutableSingleSelection<A> a, MutableSingleSelection<B> b)
-
-