Package tech.tablesaw.index
Class StringIndex
- java.lang.Object
-
- tech.tablesaw.index.StringIndex
-
-
Constructor Summary
Constructors Constructor Description StringIndex(StringColumn column)
Creates an index on the given AbstractStringColumn
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Selection
get(String value)
Returns a bitmapSelection
containing row numbers of all cells matching the given int
-
-
-
Constructor Detail
-
StringIndex
public StringIndex(StringColumn column)
Creates an index on the given AbstractStringColumn
-
-