public class FastGetVector extends ArrayList<Object>
modCount| Constructor and Description |
|---|
FastGetVector() |
FastGetVector(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int idx,
CompatibleVectorHints obj) |
boolean |
addOrderedDouble(Double obj) |
void |
clear() |
void |
copyInto(Object[] obar) |
Object |
elementAt(int t) |
Enumeration<?> |
elements() |
void |
insertElementAt(Object ob,
int i) |
Object |
last() |
Object |
lastElement() |
boolean |
remove(Object obj) |
void |
removeAllElements() |
void |
resetHints(boolean ignore_records)
reset the hints for all vector elements
expense is linear to size but will increase
accuracy of subsequent 'indexOf' calls.
|
Object[] |
toArray() |
Object[] |
toArray(Object[] obj) |
add, add, addAll, addAll, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic void resetHints(boolean ignore_records)
public boolean addOrderedDouble(Double obj)
public Object last()
public void add(int idx,
CompatibleVectorHints obj)
public boolean remove(Object obj)
public void clear()
public Object[] toArray()
public void removeAllElements()
public void copyInto(Object[] obar)
public void insertElementAt(Object ob, int i)
public Object lastElement()
public Enumeration<?> elements()
public Object elementAt(int t)
Copyright © 2002–2019 Starter Inc.. All rights reserved.