Class HTMLElements.ElementList

  • Enclosing class:
    HTMLElements

    public static class HTMLElements.ElementList
    extends java.lang.Object
    Unsynchronized list of elements.
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addElement​(HTMLElements.Element element)
      Adds an element to list, resizing if necessary.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • size

        public int size
        The size of the list.
    • Constructor Detail

      • ElementList

        public ElementList()
    • Method Detail

      • addElement

        public void addElement​(HTMLElements.Element element)
        Adds an element to list, resizing if necessary.