-
- All Implemented Interfaces:
-
kotlin.collections.Collection,kotlin.collections.Iterable,kotlin.collections.List
public final class Route implements List<RouteCoordinates>
-
-
Constructor Summary
Constructors Constructor Description Route(List<RouteCoordinates> coords, Boolean alternative, Boolean success)
-
Method Summary
Modifier and Type Method Description final Booleancomponent2()final Booleancomponent3()final Routecopy(List<RouteCoordinates> coords, Boolean alternative, Boolean success)final BooleangetFailed()final BooleangetAlternative()final BooleangetSuccess()IntegergetSize()-
Methods inherited from class org.rsmod.pathfinder.Route
contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, spliterator, subList -
Methods inherited from class kotlin.collections.Iterable
equals, hashCode, toString -
Methods inherited from class kotlin.collections.Collection
forEach -
Methods inherited from class kotlin.collections.List
parallelStream, stream, toArray -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Route
Route(List<RouteCoordinates> coords, Boolean alternative, Boolean success)
-
-
Method Detail
-
component2
final Boolean component2()
-
component3
final Boolean component3()
-
getAlternative
final Boolean getAlternative()
-
getSuccess
final Boolean getSuccess()
-
-
-
-