Class CanonicalizerBase.C14NStack<E>
java.lang.Object
java.util.AbstractCollection<List<Comparable>>
java.util.ArrayDeque<List<Comparable>>
org.apache.xml.security.stax.impl.transformer.canonicalizer.CanonicalizerBase.C14NStack<E>
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<List<Comparable>>, Collection<List<Comparable>>, Deque<List<Comparable>>, Queue<List<Comparable>>
- Enclosing class:
CanonicalizerBase
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ArrayDeque
add, addFirst, addLast, clear, clone, contains, descendingIterator, element, getFirst, getLast, isEmpty, iterator, offer, offerFirst, offerLast, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, size, spliterator, toArray, toArrayMethods inherited from class AbstractCollection
addAll, containsAll, removeAll, retainAll, toStringMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Collection
addAll, containsAll, equals, hashCode, parallelStream, removeAll, removeIf, retainAll, stream
-
Constructor Details
-
C14NStack
public C14NStack()
-
-
Method Details
-
containsOnStack
-
peek
- Specified by:
peekin interfaceDeque<E>- Specified by:
peekin interfaceQueue<E>- Overrides:
peekin classArrayDeque<List<Comparable>>
-
peekFirst
- Specified by:
peekFirstin interfaceDeque<E>- Overrides:
peekFirstin classArrayDeque<List<Comparable>>
-