data class Route
PopResult |
data class PopResult |
<init> |
Route(: List<NodeId> = emptyList()) |
destinationNode |
val destinationNode: NodeId |
nextNode |
val nextNode: NodeId |
path |
val path: List<NodeId> |
pop |
fun pop(): PopResult |
push |
fun push(: NodeId): Route |