Package com.jackmeng.stl
Class stl_PoorWeakList<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector<java.lang.ref.WeakReference<T>>
com.jackmeng.stl.stl_PoorWeakList<T>
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<java.lang.ref.WeakReference<T>>,java.util.Collection<java.lang.ref.WeakReference<T>>,java.util.List<java.lang.ref.WeakReference<T>>,java.util.RandomAccess
public class stl_PoorWeakList<T>
extends java.util.Vector<java.lang.ref.WeakReference<T>>
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementDataFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors Constructor Description stl_PoorWeakList() -
Method Summary
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, 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, toArray
-
Constructor Details
-
stl_PoorWeakList
public stl_PoorWeakList()
-