Class RoutingTable.RouteIterator

    • Method Detail

      • next

        public void next()
        Steps to the next route in the map.
      • isValid

        public boolean isValid()
        Returns whether or not this iterator is valid.
        Returns:
        True if valid.
      • getName

        public String getName()
        Returns the name of the current route.
        Returns:
        The name.
      • getRoute

        public Route getRoute()
        Returns the current route.
        Returns:
        The route.