Class CanonicalizerBase.C14NStack<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- 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
public static class CanonicalizerBase.C14NStack<E> extends ArrayDeque<List<Comparable>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description C14NStack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
containsOnStack(Object o)
List<Comparable>
peek()
List<Comparable>
peekFirst()
-
Methods inherited from class java.util.ArrayDeque
add, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, forEach, getFirst, getLast, isEmpty, iterator, offer, offerFirst, offerLast, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeAll, removeFirst, removeFirstOccurrence, removeIf, removeLast, removeLastOccurrence, retainAll, size, spliterator, toArray, toArray
-
Methods inherited from class java.util.AbstractCollection
containsAll, toString
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
containsAll, equals, hashCode, parallelStream, stream, toArray
-
-
-
-
Method Detail
-
peek
public List<Comparable> peek()
- Specified by:
peek
in interfaceDeque<E>
- Specified by:
peek
in interfaceQueue<E>
- Overrides:
peek
in classArrayDeque<List<Comparable>>
-
peekFirst
public List<Comparable> peekFirst()
- Specified by:
peekFirst
in interfaceDeque<E>
- Overrides:
peekFirst
in classArrayDeque<List<Comparable>>
-
-