Package | Description |
---|---|
tech.tablesaw.api | |
tech.tablesaw.columns.strings |
Modifier and Type | Method and Description |
---|---|
static StringColumn |
StringColumn.createInternal(String name,
DictionaryMap map) |
Modifier and Type | Class and Description |
---|---|
class |
ByteDictionaryMap
A map that supports reversible key value pairs of int-String
|
class |
IntDictionaryMap
A map that supports reversible key value pairs of int-String
|
class |
ShortDictionaryMap
A map that supports reversible key value pairs of short-String
|
Modifier and Type | Method and Description |
---|---|
DictionaryMap |
IntDictionaryMap.promoteYourself() |
DictionaryMap |
ByteDictionaryMap.promoteYourself() |
DictionaryMap |
DictionaryMap.promoteYourself() |
DictionaryMap |
ShortDictionaryMap.promoteYourself() |
Modifier and Type | Method and Description |
---|---|
Class<? extends DictionaryMap> |
LookupTableWrapper.dictionaryClass() |
Constructor and Description |
---|
LookupTableWrapper(DictionaryMap dictionaryMap) |
Copyright © 2020. All rights reserved.