Package com.macrofocus.selection
Class AbstractSelectionCoordinator<A,B>
- java.lang.Object
-
- com.macrofocus.selection.AbstractSelectionCoordinator<A,B>
-
public abstract class AbstractSelectionCoordinator<A,B> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractSelectionCoordinator(MutableSelection<A> a, MutableSelection<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
-
AbstractSelectionCoordinator
public AbstractSelectionCoordinator(MutableSelection<A> a, MutableSelection<B> b)
-
-