| Constructor and Description |
|---|
Bounds(Bounds<?,V> other) |
Bounds(Bounds<?,V> other,
int dimensions) |
Bounds(java.util.Collection<? extends Vector<?,V>> points) |
Bounds(int dimensions,
java.util.Collection<? extends Vector<?,V>> points) |
Bounds(int dimensions,
java.util.function.Supplier<V> valueFactory) |
Bounds(int dimensions,
Vector<?,V>... points) |
Bounds(Vector<?,V>... points) |
Bounds(Vector<?,V> from,
Vector<?,V> to) |
Bounds(Vector<?,V> from,
Vector<?,V> to,
int dimensions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Interval<V>> |
getData() |
int |
getDimension() |
Interval<V> |
getRange(int index) |
public Bounds(int dimensions,
java.util.function.Supplier<V> valueFactory)