ma.glasnost.orika.impl.generator
Class Node.NodeList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<Node>
              extended by ma.glasnost.orika.impl.generator.Node.NodeList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Node>, Collection<Node>, List<Node>, RandomAccess
Enclosing class:
Node

public static class Node.NodeList
extends ArrayList<Node>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
Node.NodeList()
           
 
Method Summary
 boolean add(Node node)
           
 int getTotalNodeCount()
           
 String toString()
           
 
Methods inherited from class java.util.ArrayList
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

Node.NodeList

public Node.NodeList()
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractCollection<Node>

getTotalNodeCount

public int getTotalNodeCount()
Returns:
the total number of nodes contained by this NodeList, including all ancestors of all contained nodes.

add

public boolean add(Node node)
Specified by:
add in interface Collection<Node>
Specified by:
add in interface List<Node>
Overrides:
add in class ArrayList<Node>


Copyright © 2013 Glasnost. All Rights Reserved.