# Enum: com.pnfsoftware.jeb.util.collect.CollectionOrder

List of collection orderings.

## Constant: INSERTION
Description: Order by insertion.

## Constant: NATURAL
Description: Order by comparison.

## Constant: NONE
Description: Order is unspecified.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.util.collect.CollectionOrder`


## Static Method: values
- return type: `com.pnfsoftware.jeb.util.collect.CollectionOrder[]`


