Uses of Enum Class
org.apache.sysds.resource.enumeration.Enumerator.EnumerationStrategy
Packages that use Enumerator.EnumerationStrategy
-
Uses of Enumerator.EnumerationStrategy in org.apache.sysds.resource.enumeration
Methods in org.apache.sysds.resource.enumeration that return Enumerator.EnumerationStrategyModifier and TypeMethodDescriptionEnumerator.getEnumStrategy()Meant to be used for testing purposesReturns the enum constant of this class with the specified name.static Enumerator.EnumerationStrategy[]Enumerator.EnumerationStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.resource.enumeration with parameters of type Enumerator.EnumerationStrategyModifier and TypeMethodDescriptionEnumerator.Builder.withEnumerationStrategy(Enumerator.EnumerationStrategy strategy)