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, elementDataFields 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, trimToSizeMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream
-
Field Details
-
disableCount
public int disableCount
-
-
Constructor Details
-
RequestInfoStack
private RequestInfoStack()
-
-
Method Details
-
equals
- Specified by:
equalsin interfaceCollection<C extends RequestInfoImpl>- Specified by:
equalsin interfaceList<C extends RequestInfoImpl>- Overrides:
equalsin classVector<C extends RequestInfoImpl>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<C extends RequestInfoImpl>- Specified by:
hashCodein interfaceList<C extends RequestInfoImpl>- Overrides:
hashCodein classVector<C extends RequestInfoImpl>
-