| Package | Description |
|---|---|
| de.javagl.nd.tuples |
Base classes for multidimensional tuples.
|
| de.javagl.nd.tuples.d |
Multidimensional tuples of
double values |
| de.javagl.nd.tuples.i |
Multidimensional tuples of
int values |
| de.javagl.nd.tuples.j |
Multidimensional tuples of
long values |
| Modifier and Type | Method and Description |
|---|---|
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator<DoubleTuple> |
DoubleTuples.comparator(Order order)
Returns a comparator that compares tuples based on the specified
Order. |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<IntTuple> |
IntTuples.comparator(Order order)
Returns a comparator that compares tuples based on the specified
Order. |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<LongTuple> |
LongTuples.comparator(Order order)
Returns a comparator that compares tuples based on the specified
Order. |
Copyright © 2015. All Rights Reserved.