Uses of Class
org.eclipse.collections.codegenerator.model.Primitive
-
Packages that use Primitive Package Description org.eclipse.collections.codegenerator This package contains an implementation which is used to generate code for primitive collections.org.eclipse.collections.codegenerator.model This package contains an enum which has the list of primitives. -
-
Uses of Primitive in org.eclipse.collections.codegenerator
Methods in org.eclipse.collections.codegenerator with parameters of type Primitive Modifier and Type Method Description private java.lang.String
EclipseCollectionsCodeGenerator. executeTemplate(org.stringtemplate.v4.STGroupFile templateFile, java.lang.String templateName, Primitive primitive)
private java.lang.String
EclipseCollectionsCodeGenerator. executeTemplate(org.stringtemplate.v4.STGroupFile templateFile, java.lang.String templateName, Primitive primitive1, Primitive primitive2)
-
Uses of Primitive in org.eclipse.collections.codegenerator.model
Methods in org.eclipse.collections.codegenerator.model that return Primitive Modifier and Type Method Description static Primitive
Primitive. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Primitive[]
Primitive. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-