Class DOMUtil.NodeListImpl
- All Implemented Interfaces:
- Serializable,- Cloneable,- Iterable<Node>,- Collection<Node>,- List<Node>,- RandomAccess,- NodeList
- Enclosing class:
- DOMUtil
custom implementation of a nodelist
- See Also:
- 
Field SummaryFields inherited from class java.util.VectorcapacityIncrement, elementCount, elementDataFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.Vectoradd, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSizeMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, stream, toArray
- 
Constructor Details- 
NodeListImplpublic NodeListImpl()
 
- 
- 
Method Details- 
getLengthpublic int getLength()Get the number of nodes in the list.
- 
itemGet a particular node.
 
-