ch.bfh.algo.core.sequence
Class ConcreteLocator<E,P extends ConcretePosition<E,P>>
java.lang.Object
ch.bfh.algo.core.sequence.ConcreteLocator<E,P>
- All Implemented Interfaces:
- GenericLocator<E,P>, Locator<E>
public class ConcreteLocator<E,P extends ConcretePosition<E,P>>
- extends Object
- implements GenericLocator<E,P>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
element
protected E element
ConcreteLocator
public ConcreteLocator()
element
public E element()
- Specified by:
element
in interface Locator<E>
setElement
protected void setElement(E element)
position
public P position()
- Specified by:
position
in interface GenericLocator<E,P extends ConcretePosition<E,P>>
- Specified by:
position
in interface Locator<E>
setPosition
protected void setPosition(P position)