Uses of Enum Class
ai.dat.core.configuration.MemorySize.MemoryUnit
Packages that use MemorySize.MemoryUnit
-
Uses of MemorySize.MemoryUnit in ai.dat.core.configuration
Methods in ai.dat.core.configuration that return MemorySize.MemoryUnitModifier and TypeMethodDescriptionstatic MemorySize.MemoryUnitReturns the enum constant of this class with the specified name.static MemorySize.MemoryUnit[]MemorySize.MemoryUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.dat.core.configuration with parameters of type MemorySize.MemoryUnitModifier and TypeMethodDescriptionstatic MemorySizeMemorySize.parse(String text, MemorySize.MemoryUnit defaultUnit) Parses the given string with a default unit.