Interface Dataframe.Column<K,T>
- All Superinterfaces:
Iterable<T>
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getName
String getName() -
getType
Class<?> getType() -
get
- Throws:
IndexOutOfBoundsException
-
getBool
- Throws:
IndexOutOfBoundsException
-
getInt
- Throws:
IndexOutOfBoundsException
-
getDouble
- Throws:
IndexOutOfBoundsException
-
get
-
getBool
-
getInt
-
getDouble
-
size
int size() -
indexOf
-
uniqueValues
-