Interface HopsAccessor<LOCATOR>

Type Parameters:
LOCATOR - The type of the hops to be accessed.
All Known Subinterfaces:
HopsAccessor.HopsProperty<LOCATOR>, P2PTail<LOCATOR>
All Known Implementing Classes:
AbstractP2PTail

public interface HopsAccessor<LOCATOR>
Provides an accessor for a hops property.
  • Method Details

    • getHops

      LOCATOR[] getHops()
      Retrieves the hops from the hops property.
      Returns:
      The hops stored by the hops property.