| Constructor and Description |
|---|
GroupHeader(String... columns) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String groupValueName)
Returns true if this header contains the specified group value column name
|
String |
get(int index)
Gets the group value name at a specific index.
|
int |
getIndex(String name)
Returns the index of a specific entry.
|
Iterator<String> |
iterator()
Returns an iterator over the group value names
Iterator.remove() is not supported |
int |
size()
Returns the number of group values in this header
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic GroupHeader(String... columns)
public int size()
public String get(int index)
DataFrameRuntimeException if the index is out of bounds.public boolean contains(String groupValueName)
public int getIndex(String name)
DataFrameRuntimeException if the group value column name is not foundCopyright © 2017. All rights reserved.