Uses of Class
com.carrotsearch.hppc.generator.Type
-
Packages that use Type Package Description com.carrotsearch.hppc.generator -
-
Uses of Type in com.carrotsearch.hppc.generator
Fields in com.carrotsearch.hppc.generator declared as Type Modifier and Type Field Description Type
TemplateOptions. ktype
Type
TemplateOptions. vtype
Methods in com.carrotsearch.hppc.generator that return Type Modifier and Type Method Description Type
TemplateOptions. getKType()
Type
TemplateOptions. getVType()
static Type
Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Type[]
Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.carrotsearch.hppc.generator with parameters of type Type Constructor Description TemplateOptions(Type ktype)
TemplateOptions(Type ktype, Type vtype)
-