public interface DictionaryMap
Modifier and Type | Method and Description |
---|---|
void |
append(String value) |
void |
appendMissing() |
byte[] |
asBytes(int rowNumber)
Returns the contents of the cell at rowNumber as a byte[]
|
default int[] |
asIntArray() |
String[] |
asObjectArray() |
Set<String> |
asSet() |
void |
clear() |
Table |
countByCategory(String columnName) |
int |
countMissing()
Returns the count of missing values in this column
|
int |
countOccurrences(String value) |
int |
countUnique() |
int |
firstIndexOf(String string) |
List<BooleanColumn> |
getDummies() |
int |
getKeyForIndex(int i) |
String |
getValueForIndex(int rowIndex) |
String |
getValueForKey(int key) |
Selection |
isEqualTo(String string) |
boolean |
isMissing(int rowNumber) |
default Selection |
isNotEqualTo(String string) |
Iterator<String> |
iterator() |
DictionaryMap |
promoteYourself() |
Selection |
selectIsIn(Collection<String> strings) |
Selection |
selectIsIn(String... strings) |
void |
set(int rowIndex,
String stringValue) |
int |
size() |
void |
sortAscending() |
void |
sortDescending() |
default int |
uniqueValuesAt(int index)
Returns the number of unique values at or before the given index
|
void sortDescending()
void sortAscending()
String getValueForKey(int key)
int size()
String getValueForIndex(int rowIndex)
int countOccurrences(String value)
default int uniqueValuesAt(int index)
default int[] asIntArray()
int getKeyForIndex(int i)
int firstIndexOf(String string)
String[] asObjectArray()
Selection selectIsIn(Collection<String> strings)
void append(String value) throws NoKeysAvailableException
NoKeysAvailableException
void set(int rowIndex, String stringValue) throws NoKeysAvailableException
NoKeysAvailableException
void clear()
int countUnique()
List<BooleanColumn> getDummies()
byte[] asBytes(int rowNumber)
int countMissing()
void appendMissing()
boolean isMissing(int rowNumber)
DictionaryMap promoteYourself()
Copyright © 2020. All rights reserved.