Package org.apache.sysds.runtime.iogen
Class MappingTrieNode
java.lang.Object
org.apache.sysds.runtime.iogen.MappingTrieNode
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRowIndex(int rowIndex) voidaddRowIndex(ArrayList<Integer> rowIndexes) voidsetChildren(Map<String, MappingTrieNode> children) voidsetNodeType(MappingTrieNode.Type nodeType) voidsetRowIndexes(ArrayList<Integer> rowIndexes)
-
Constructor Details
-
MappingTrieNode
-
MappingTrieNode
public MappingTrieNode()
-
-
Method Details
-
getChildren
-
setChildren
-
getNodeType
-
setNodeType
-
addRowIndex
public void addRowIndex(int rowIndex) -
addRowIndex
-
setRowIndexes
-
getRowIndexes
-