Package org.apache.sysds.runtime.iogen
Class MappingTrie
java.lang.Object
org.apache.sysds.runtime.iogen.MappingTrie
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllSubStringsOfStringContainIntersect(String str, BitSet bitSet) getRoot()voidvoidvoidinsertKeys(ArrayList<String> keys) booleanvoidreverseInsert(String word, int rowIndex) voidsetInALine(boolean inALine) voidsetWindowSize(int windowSize)
-
Constructor Details
-
MappingTrie
public MappingTrie()
-
-
Method Details
-
setInALine
public void setInALine(boolean inALine) -
insert
-
reverseInsert
-
insert
-
getFistMultiChildNode
-
insertKeys
-
getAllSubStringsOfStringContainIntersect
-
getIntersectOfChildren
-
getRoot
-
reConstruct
public boolean reConstruct() -
getAllSequentialKeys
-
setWindowSize
public void setWindowSize(int windowSize)
-