public abstract class RVector<E> extends RExp implements Iterable<E>
| Modifier and Type | Method and Description |
|---|---|
E |
asScalar() |
abstract org.dmg.pmml.DataType |
getDataType() |
E |
getElement(String name) |
E |
getElement(String name,
boolean required) |
abstract E |
getValue(int index) |
abstract List<E> |
getValues() |
boolean |
hasElement(String name) |
int |
indexOf(E value) |
Iterator<E> |
iterator() |
abstract int |
size() |
String |
toString() |
dim, dimnames, getAttribute, getAttribute, getAttributes, getBooleanAttribute, getBooleanAttribute, getDoubleAttribute, getDoubleAttribute, getGenericAttribute, getGenericAttribute, getIntegerAttribute, getIntegerAttribute, getStringAttribute, getStringAttribute, hasAttribute, namesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic RVector(RPair attributes)
Copyright © 2022. All rights reserved.