org.apache.servicemix.jbi.jaxp
Class DOMStreamReader.FastStack<T>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<T>
              extended by org.apache.servicemix.jbi.jaxp.DOMStreamReader.FastStack<T>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<T>, java.util.Collection<T>, java.util.List<T>, java.util.RandomAccess
Enclosing class:
DOMStreamReader

public class DOMStreamReader.FastStack<T>
extends java.util.ArrayList<T>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
DOMStreamReader.FastStack()
           
 
Method Summary
 boolean empty()
           
 T peek()
           
 T pop()
           
 void push(T o)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
containsAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode
 

Constructor Detail

DOMStreamReader.FastStack

public DOMStreamReader.FastStack()
Method Detail

push

public void push(T o)

pop

public T pop()

empty

public boolean empty()

peek

public T peek()


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.