Class PIHandlerImpl.RequestInfoStack<C extends RequestInfoImpl>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<C>, java.util.Collection<C>, java.util.List<C>, java.util.RandomAccess
    Enclosing class:
    PIHandlerImpl

    private static final class PIHandlerImpl.RequestInfoStack<C extends RequestInfoImpl>
    extends java.util.Stack<C>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int disableCount  
      • Fields inherited from class java.util.Vector

        capacityIncrement, elementCount, elementData
      • Fields inherited from class java.util.AbstractList

        modCount
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RequestInfoStack()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.util.Stack

        empty, peek, pop, push, search
      • Methods inherited from class java.util.Vector

        add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, firstElement, forEach, get, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, stream
    • Field Detail

      • disableCount

        public int disableCount
    • Constructor Detail

      • RequestInfoStack

        private RequestInfoStack()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Specified by:
        equals in interface java.util.Collection<C extends RequestInfoImpl>
        Specified by:
        equals in interface java.util.List<C extends RequestInfoImpl>
        Overrides:
        equals in class java.util.Vector<C extends RequestInfoImpl>
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.util.Collection<C extends RequestInfoImpl>
        Specified by:
        hashCode in interface java.util.List<C extends RequestInfoImpl>
        Overrides:
        hashCode in class java.util.Vector<C extends RequestInfoImpl>