Serializable
, Cloneable
, Iterable<List<Comparable>>
, Collection<List<Comparable>>
, Deque<List<Comparable>>
, Queue<List<Comparable>>
public static class CanonicalizerBase.C14NStack<E> extends ArrayDeque<List<Comparable>>
Constructor | Description |
---|---|
C14NStack() |
Modifier and Type | Method | Description |
---|---|---|
Object |
containsOnStack(Object o) |
|
List<Comparable> |
peek() |
|
List<Comparable> |
peekFirst() |
containsAll, toString
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
containsAll, equals, hashCode, parallelStream, stream
public List<Comparable> peek()
peek
in interface Deque<E>
peek
in interface Queue<E>
peek
in class ArrayDeque<List<Comparable>>
public List<Comparable> peekFirst()
peekFirst
in interface Deque<E>
peekFirst
in class ArrayDeque<List<Comparable>>
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.