public class AttributeVector extends Vector implements Serializable
capacityIncrement, elementCount, elementDatamodCount| Constructor and Description |
|---|
AttributeVector()
Creates a new AttributeVector object.
|
AttributeVector(Collection c)
Creates a new AttributeVector object.
|
AttributeVector(int initialCapacity)
Creates a new AttributeVector object.
|
AttributeVector(int initialCapacity,
int capacityIncrement)
Creates a new AttributeVector object.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
at(int index)
DOCUMENT ME!
|
Object |
clone() |
Attribute[] |
convertToArray()
DOCUMENT ME!
|
add, add, addAll, addAll, addElement, capacity, clear, 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, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, streampublic AttributeVector()
public AttributeVector(int initialCapacity)
initialCapacity - DOCUMENT ME!public AttributeVector(Collection c)
c - DOCUMENT ME!public AttributeVector(int initialCapacity,
int capacityIncrement)
initialCapacity - DOCUMENT ME!capacityIncrement - DOCUMENT ME!public Attribute at(int index) throws Exception
index - DOCUMENT ME!Exception - DOCUMENT ME!NullPointerException - DOCUMENT ME!IndexOutOfBoundsException - DOCUMENT ME!public Attribute[] convertToArray()
Copyright © 2012–2026 cismet GmbH. All rights reserved.