Uses of Enum Class
org.apache.sysds.runtime.iogen.MappingTrieNode.Type
Packages that use MappingTrieNode.Type
-
Uses of MappingTrieNode.Type in org.apache.sysds.runtime.iogen
Methods in org.apache.sysds.runtime.iogen that return MappingTrieNode.TypeModifier and TypeMethodDescriptionMappingTrieNode.getNodeType()static MappingTrieNode.TypeReturns the enum constant of this class with the specified name.static MappingTrieNode.Type[]MappingTrieNode.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.iogen with parameters of type MappingTrieNode.TypeModifier and TypeMethodDescriptionvoidMappingTrieNode.setNodeType(MappingTrieNode.Type nodeType) Constructors in org.apache.sysds.runtime.iogen with parameters of type MappingTrieNode.Type