ch.bfh.algo
Interface Locator<E>

All Known Subinterfaces:
GenericLocator<E,P>
All Known Implementing Classes:
ConcreteLocator

public interface Locator<E>


Method Summary
 E element()
           
 Position<E> position()
           
 

Method Detail

position

Position<E> position()

element

E element()