org.apache.xml.security.stax.impl.transformer.canonicalizer
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
| Methods inherited from class java.util.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, toArray, toArray |
CanonicalizerBase.C14NStack
public CanonicalizerBase.C14NStack()
containsOnStack
public Object containsOnStack(Object o)
peek
public List<Comparable> peek()
- Specified by:
peek in interface Deque<List<Comparable>>- Specified by:
peek in interface Queue<List<Comparable>>- Overrides:
peek in class ArrayDeque<List<Comparable>>
peekFirst
public List<Comparable> peekFirst()
- Specified by:
peekFirst in interface Deque<List<Comparable>>- Overrides:
peekFirst in class ArrayDeque<List<Comparable>>
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.