Interface ListWithHref<E>

  • All Superinterfaces:
    Collection<E>, Iterable<E>, List<E>
    All Known Implementing Classes:
    ArrayListWithHref, UnmodifiableListWithHref

    public interface ListWithHref<E>
    extends List<E>
    This is helper interface so we can support parsing 'link' element. This interface only specify method to access 'href' attribute, which is needed to properly parse 'link' element.