Package | Description |
---|---|
tech.tablesaw.api | |
tech.tablesaw.columns.strings |
Modifier and Type | Method | Description |
---|---|---|
DictionaryMap |
StringColumn.getDictionary() |
For tablesaw internal use only
|
Modifier and Type | Method | Description |
---|---|---|
static StringColumn |
StringColumn.createInternal(String name,
DictionaryMap map) |
Modifier and Type | Class | 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 | Description |
---|---|---|
DictionaryMap |
ByteDictionaryMap.promoteYourself() |
|
DictionaryMap |
DictionaryMap.promoteYourself() |
|
DictionaryMap |
IntDictionaryMap.promoteYourself() |
|
DictionaryMap |
ShortDictionaryMap.promoteYourself() |
Copyright © 2021. All rights reserved.