Class PIHandlerImpl.RequestInfoStack<C extends RequestInfoImpl>
java.lang.Object
java.util.AbstractCollection<C>
java.util.AbstractList<C>
java.util.Vector<C>
java.util.Stack<C>
com.sun.corba.ee.impl.interceptors.PIHandlerImpl.RequestInfoStack<C>
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<C>
,Collection<C>
,List<C>
,RandomAccess
- Enclosing class:
PIHandlerImpl
private static final class PIHandlerImpl.RequestInfoStack<C extends RequestInfoImpl>
extends Stack<C>
-
Field Summary
FieldsFields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
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 Details
-
disableCount
public int disableCount
-
-
Constructor Details
-
RequestInfoStack
private RequestInfoStack()
-
-
Method Details
-
equals
- Specified by:
equals
in interfaceCollection<C extends RequestInfoImpl>
- Specified by:
equals
in interfaceList<C extends RequestInfoImpl>
- Overrides:
equals
in classVector<C extends RequestInfoImpl>
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceCollection<C extends RequestInfoImpl>
- Specified by:
hashCode
in interfaceList<C extends RequestInfoImpl>
- Overrides:
hashCode
in classVector<C extends RequestInfoImpl>
-