Enum Class JavaUtil
- All Implemented Interfaces:
TypedImport
,Serializable
,Comparable<JavaUtil>
,Constable
Java util import paths.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionArrayList.Arrays.HashMap.LinkedHashSet.List.Map.Objects.Set. -
Method Summary
Modifier and TypeMethodDescriptionReturns the container implementation types.Returns the container list-types (including implementation).static JavaUtil
Returns the generic container list-type.Returns the container map-types (including implementation).static JavaUtil
Returns the genetic container map-type.Returns the container set-types (including implementation).static JavaUtil
Returns the generic container set-type.path()
Returns the import path regardless of rendering preferences.path
(dk.mada.jaxrs.generator.mpclient.imports.Imports.ImportRenderPrefs irp) Returns the import path suitable for the import type, or null if not applicable.static JavaUtil
Returns the enum constant of this class with the specified name.static JavaUtil[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ARRAY_LIST
ArrayList. -
ARRAYS
Arrays. -
HASH_MAP
HashMap. -
LINKED_HASH_SET
LinkedHashSet. -
LIST
List. -
MAP
Map. -
OBJECTS
Objects. -
SET
Set.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
containerImplementationTypes
Returns the container implementation types.- Returns:
- the container implementation types
-
containerListType
Returns the generic container list-type.- Returns:
- the generic container list-type
-
containerListImplementationTypes
Returns the container list-types (including implementation).- Returns:
- the container list-types (including implementation)
-
containerMapType
Returns the genetic container map-type.- Returns:
- the genetic container map-type
-
containerMapImplementationTypes
Returns the container map-types (including implementation).- Returns:
- the container map-types (including implementation)
-
containerSetType
Returns the generic container set-type.- Returns:
- the generic container set-type
-
containerSetImplementationTypes
Returns the container set-types (including implementation).- Returns:
- the container set-types (including implementation)
-
path
public Optional<String> path(dk.mada.jaxrs.generator.mpclient.imports.Imports.ImportRenderPrefs irp) Description copied from interface:TypedImport
Returns the import path suitable for the import type, or null if not applicable.- Specified by:
path
in interfaceTypedImport
- Parameters:
irp
- the import rendering preferences- Returns:
- the import path suitable for the import type, or null if not applicable
-
path
Returns the import path regardless of rendering preferences.- Returns:
- the import path regardless of rendering preferences
-