java.io.Serializable
java.lang.Iterable
public interface Route<P extends Position<out Object>> implements Iterable<P>, Serializable
abstract double
length()
abstract P
getPoint(int step)
abstract List<P>
getPoints()
abstract Stream<P>
stream()
abstract int
size()
forEach, iterator, spliterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract double length()
abstract P getPoint(int step)
step
abstract List<P> getPoints()
abstract Stream<P> stream()
abstract int size()