public class SizeLimitedVector<E> extends Vector<E>
capacityIncrement, elementCount, elementData
modCount
Constructor and Description |
---|
SizeLimitedVector()
SizeLimitedVector constructor comment.
|
SizeLimitedVector(int maxSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E o) |
void |
setMaxSize(int maxSize)
sets the Maximum Size to maxSize.
|
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, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait
parallelStream, stream
public SizeLimitedVector()
public SizeLimitedVector(int maxSize)
public boolean add(E o)
public void setMaxSize(int maxSize)
Copyright © 2023 Frank!Framework. All rights reserved.