jpicedt.util.math
Enum IntervalUnion.CopyIntoAllocPolicy
java.lang.Object
java.lang.Enum<IntervalUnion.CopyIntoAllocPolicy>
jpicedt.util.math.IntervalUnion.CopyIntoAllocPolicy
- All Implemented Interfaces:
- Serializable, Comparable<IntervalUnion.CopyIntoAllocPolicy>
- Enclosing class:
- IntervalUnion
public static enum IntervalUnion.CopyIntoAllocPolicy
- extends Enum<IntervalUnion.CopyIntoAllocPolicy>
FORCE_ALLOC
public static final IntervalUnion.CopyIntoAllocPolicy FORCE_ALLOC
REALLOC_IF_DIFFERENT_SIZE
public static final IntervalUnion.CopyIntoAllocPolicy REALLOC_IF_DIFFERENT_SIZE
REALLOC_IF_SMALLER_SIZE
public static final IntervalUnion.CopyIntoAllocPolicy REALLOC_IF_SMALLER_SIZE
values
public static IntervalUnion.CopyIntoAllocPolicy[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (IntervalUnion.CopyIntoAllocPolicy c : IntervalUnion.CopyIntoAllocPolicy.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static IntervalUnion.CopyIntoAllocPolicy valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant
with the specified name
NullPointerException
- if the argument is null
Submit a bug : syd@jpicedt.org