Uses of Class
org.apache.sysds.runtime.iogen.MappingTrieNode
-
Packages that use MappingTrieNode Package Description org.apache.sysds.runtime.iogen -
-
Uses of MappingTrieNode in org.apache.sysds.runtime.iogen
Methods in org.apache.sysds.runtime.iogen that return MappingTrieNode Modifier and Type Method Description MappingTrieNodeMappingTrie. getFistMultiChildNode(MappingTrieNode node)MappingTrieNodeMappingTrie. getRoot()Methods in org.apache.sysds.runtime.iogen that return types with arguments of type MappingTrieNode Modifier and Type Method Description Map<String,MappingTrieNode>MappingTrieNode. getChildren()Methods in org.apache.sysds.runtime.iogen with parameters of type MappingTrieNode Modifier and Type Method Description MappingTrieNodeMappingTrie. getFistMultiChildNode(MappingTrieNode node)StringMappingTrie. getIntersectOfChildren(MappingTrieNode node)Method parameters in org.apache.sysds.runtime.iogen with type arguments of type MappingTrieNode Modifier and Type Method Description voidMappingTrieNode. setChildren(Map<String,MappingTrieNode> children)
-