http://www.jpicedt.org

jpicedt.util.math
Enum IntervalUnion.CopyIntoAllocPolicy

java.lang.Object
  extended by java.lang.Enum<IntervalUnion.CopyIntoAllocPolicy>
      extended by jpicedt.util.math.IntervalUnion.CopyIntoAllocPolicy
All Implemented Interfaces:
Serializable, Comparable<IntervalUnion.CopyIntoAllocPolicy>
Enclosing class:
IntervalUnion

public static enum IntervalUnion.CopyIntoAllocPolicy
extends Enum<IntervalUnion.CopyIntoAllocPolicy>


Enum Constant Summary
FORCE_ALLOC
           
REALLOC_IF_DIFFERENT_SIZE
           
REALLOC_IF_SMALLER_SIZE
           
 
Method Summary
static IntervalUnion.CopyIntoAllocPolicy valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IntervalUnion.CopyIntoAllocPolicy[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org