Uses of Enum Class
org.apache.sysds.runtime.io.cog.IFDTagDictionary
Packages that use IFDTagDictionary
-
Uses of IFDTagDictionary in org.apache.sysds.runtime.io.cog
Methods in org.apache.sysds.runtime.io.cog that return IFDTagDictionaryModifier and TypeMethodDescriptionIFDTag.getTagId()static IFDTagDictionaryIFDTagDictionary.valueOf(int value) Returns the enum constant of this class with the specified name.static IFDTagDictionaryReturns the enum constant of this class with the specified name.static IFDTagDictionary[]IFDTagDictionary.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.io.cog with parameters of type IFDTagDictionaryConstructors in org.apache.sysds.runtime.io.cog with parameters of type IFDTagDictionaryModifierConstructorDescriptionIFDTag(IFDTagDictionary tagId, short dataType, int dataCount, Number[] data)