public class MutableVector<E> extends Vector<E> implements MutableList<E>, Serializable
capacityIncrement, elementCount, elementData
modCount
Constructor and Description |
---|
MutableVector() |
MutableVector(Collection<? extends E> c) |
MutableVector(int initialCapacity) |
MutableVector(int initialCapacity,
int capacityIncrement) |
Modifier and Type | Method and Description |
---|---|
static <E> MutableVector<E> |
create() |
static <E> MutableVector<E> |
create(Collection<? extends E> c) |
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, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait
get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getBooleanValue, getBooleanValue, getBooleanValue, getByte, getByte, getByte, getByteValue, getByteValue, getByteValue, getCharacter, getCharacter, getCharacter, getCharValue, getCharValue, getCharValue, getDate, getDate, getDate, getDouble, getDouble, getDouble, getDoubleValue, getDoubleValue, getDoubleValue, getFloat, getFloat, getFloat, getFloatValue, getFloatValue, getFloatValue, getInteger, getInteger, getInteger, getIntValue, getIntValue, getIntValue, getLocalDate, getLocalDate, getLocalDate, getLocalDateTime, getLocalDateTime, getLocalDateTime, getLong, getLong, getLong, getLongValue, getLongValue, getLongValue, getObject, getObject, getObject, getShort, getShort, getShort, getShortValue, getShortValue, getShortValue, getString, getString, getString
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public MutableVector()
public MutableVector(Collection<? extends E> c)
public MutableVector(int initialCapacity)
public MutableVector(int initialCapacity, int capacityIncrement)
public static <E> MutableVector<E> create()
public static <E> MutableVector<E> create(Collection<? extends E> c)
Copyright © 2024. All rights reserved.