| Package | Description |
|---|---|
| org.eiichiro.acidhouse |
Acid House - NoSQL Killer Tune.
|
| Modifier and Type | Method and Description |
|---|---|
Order.Direction |
Order.direction()
Returns sorting direction.
|
static Order.Direction |
Order.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order.Direction[] |
Order.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Order(ComparableProperty<E,T> property,
Order.Direction direction)
Constructs a new
Order instance with the specified
ComparableProperty and sorting direction. |
Copyright © 2009-2014 Eiichiro Uchiumi. All Rights Reserved.