Package | Description |
---|---|
tech.tablesaw.api | |
tech.tablesaw.columns.strings |
Modifier and Type | Method and Description |
---|---|
DictionaryMap |
StringColumn.getDictionary()
For tablesaw internal use only
|
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() |
Copyright © 2021. All rights reserved.