Class CanonicalizerBase.C14NStack<E>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.util.List<java.lang.Comparable>>, java.util.Collection<java.util.List<java.lang.Comparable>>, java.util.Deque<java.util.List<java.lang.Comparable>>, java.util.Queue<java.util.List<java.lang.Comparable>>
    Enclosing class:
    CanonicalizerBase

    public static class CanonicalizerBase.C14NStack<E>
    extends java.util.ArrayDeque<java.util.List<java.lang.Comparable>>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      C14NStack()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object containsOnStack​(java.lang.Object o)  
      java.util.List<java.lang.Comparable> peek()  
      java.util.List<java.lang.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
    • Constructor Detail

      • C14NStack

        public C14NStack()
    • Method Detail

      • containsOnStack

        public java.lang.Object containsOnStack​(java.lang.Object o)
      • peek

        public java.util.List<java.lang.Comparable> peek()
        Specified by:
        peek in interface java.util.Deque<E>
        Specified by:
        peek in interface java.util.Queue<E>
        Overrides:
        peek in class java.util.ArrayDeque<java.util.List<java.lang.Comparable>>
      • peekFirst

        public java.util.List<java.lang.Comparable> peekFirst()
        Specified by:
        peekFirst in interface java.util.Deque<E>
        Overrides:
        peekFirst in class java.util.ArrayDeque<java.util.List<java.lang.Comparable>>