Class LinkCollection

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Link>, Collection<Link>, List<Link>, RandomAccess, SequencedCollection<Link>

public class LinkCollection extends ArrayList<Link>
See Also:
  • Constructor Details

    • LinkCollection

      public LinkCollection()
  • Method Details