Uses of Class
net.sf.jkniv.whinstone.classification.Transformable.TransformableType
-
Packages that use Transformable.TransformableType Package Description net.sf.jkniv.whinstone.classification -
-
Uses of Transformable.TransformableType in net.sf.jkniv.whinstone.classification
Methods in net.sf.jkniv.whinstone.classification that return Transformable.TransformableType Modifier and Type Method Description static Transformable.TransformableTypeTransformable.TransformableType. valueOf(String name)Returns the enum constant of this type with the specified name.static Transformable.TransformableType[]Transformable.TransformableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.jkniv.whinstone.classification with parameters of type Transformable.TransformableType Constructor Description GroupingBy(List<String> keys, Class<T> type, Transformable.TransformableType transformableType)
-