Package org.apache.sysds.runtime.iogen
Class TextTrieNode
- java.lang.Object
-
- org.apache.sysds.runtime.iogen.TextTrieNode
-
public class TextTrieNode extends Object
-
-
Constructor Summary
Constructors Constructor Description TextTrieNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRowIndex(int rowIndex)
int
getRowIndex()
ArrayList<Integer>
getRowIndexes()
boolean
isEndOfWord()
void
setEndOfWord(boolean endOfWord)
void
setRowIndexUsed(int rowIndex)
-