Class RoutingTable.HopIterator

    • Method Detail

      • next

        public void next()
        Steps to the next hop 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 hop.
        Returns:
        The name.
      • getHop

        public HopBlueprint getHop()
        Returns the current hop.
        Returns:
        The hop.