public final class DomainOrder extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static DomainOrder |
ASCENDING
Ascending order.
|
static DomainOrder |
DESCENDING
Descending order.
|
static DomainOrder |
NONE
No order.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns
true if this object is equal to the specified
object, and false otherwise. |
int |
hashCode()
Returns a hash code value for the object.
|
String |
toString()
Returns a string representing the object.
|
public static final DomainOrder NONE
public static final DomainOrder ASCENDING
public static final DomainOrder DESCENDING
Jas4pp 1.5 © Java Analysis Studio for Particle Physics