Class Jerry.NodeList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Node>, Collection<Node>, List<Node>, RandomAccess, SequencedCollection<Node>
Enclosing class:
Jerry

private static class Jerry.NodeList extends ArrayList<Node>
  • Constructor Details

    • NodeList

      private NodeList(int initialCapacity)
    • NodeList

      private NodeList()
  • Method Details