public class RVector extends Vector
It is now used in REXP where Vector type was used previously for contents storage.
capacityIncrement, elementCount, elementDatamodCount| Constructor and Description |
|---|
RVector() |
| Modifier and Type | Method and Description |
|---|---|
REXP |
at(int i) |
REXP |
at(String name)
return contents by name or
null if not found |
Vector |
getNames()
return the vector containg all names
|
void |
setNames(String[] nam)
replace the names vector - do NOT use directly!
|
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, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, streampublic void setNames(String[] nam)
nam - list of namespublic Vector getNames()
public REXP at(String name)
null if not foundname - key (name)null if not foundpublic REXP at(int i)
Copyright © 2017. All rights reserved.