public static class CanonicalizerBase.C14NStack<E> extends ArrayDeque<List<Comparable>>
Constructor and Description |
---|
C14NStack() |
Modifier and Type | Method and Description |
---|---|
Object |
containsOnStack(Object o) |
List<Comparable> |
peek() |
List<Comparable> |
peekFirst() |
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, toArray
addAll, containsAll, removeAll, retainAll, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, parallelStream, removeAll, removeIf, retainAll, stream
public List<Comparable> peek()
peek
in interface Deque<List<Comparable>>
peek
in interface Queue<List<Comparable>>
peek
in class ArrayDeque<List<Comparable>>
public List<Comparable> peekFirst()
peekFirst
in interface Deque<List<Comparable>>
peekFirst
in class ArrayDeque<List<Comparable>>
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.