Class BeanParserUtils.NodeIterableList<E extends org.w3c.dom.Node>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- com.hybris.cockpitng.core.util.bean.schema.BeanParserUtils.NodeIterableList<E>
-
- All Implemented Interfaces:
java.lang.Iterable<E>,java.util.Collection<E>,java.util.List<E>
- Enclosing class:
- BeanParserUtils
protected static class BeanParserUtils.NodeIterableList<E extends org.w3c.dom.Node> extends java.util.AbstractList<E>
-
-
Constructor Summary
Constructors Constructor Description NodeIterableList(org.w3c.dom.NodeList nodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Eget(int index)inthashCode()intsize()-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
-
-
-
Method Detail
-
get
public E get(int index)
-
size
public int size()
-
equals
public boolean equals(java.lang.Object o)
-
-