Uses of Class
com.igormaznitsa.meta.Complexity
-
Packages that use Complexity Package Description com.igormaznitsa.meta com.igormaznitsa.meta.annotation -
-
Uses of Complexity in com.igormaznitsa.meta
Methods in com.igormaznitsa.meta that return Complexity Modifier and Type Method Description static Complexity
Complexity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Complexity[]
Complexity. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Complexity in com.igormaznitsa.meta.annotation
Methods in com.igormaznitsa.meta.annotation that return Complexity Modifier and Type Method Description Complexity
value()
Contains memory complexity for marked entity.Complexity
value()
Contains time complexity for marked entity.
-