ByteDictionaryMap
, IntDictionaryMap
, ShortDictionaryMap
public interface DictionaryMap
Modifier and Type | Method | 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() |
|
int |
nextKeyWithoutIncrementing() |
|
DictionaryMap |
promoteYourself() |
|
Selection |
selectIsIn(String... strings) |
|
Selection |
selectIsIn(Collection<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()
int nextKeyWithoutIncrementing()
Copyright © 2021. All rights reserved.