Package | Description |
---|---|
com.metsci.glimpse.util.primitives |
Memory efficient Java primitive data arrays.
|
com.metsci.glimpse.util.primitives.sorted | |
com.metsci.glimpse.util.quadtree |
Hierarchical spatial index support.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntsModifiable |
Modifier and Type | Class and Description |
---|---|
class |
IntsArray |
Modifier and Type | Method and Description |
---|---|
void |
IntsArray.append(Ints vs) |
void |
IntsModifiable.append(Ints vs) |
void |
IntsArray.append(Ints vs,
int from,
int to) |
void |
IntsModifiable.append(Ints vs,
int from,
int to) |
void |
IntsArray.insert(int i,
Ints vs) |
void |
IntsModifiable.insert(int i,
Ints vs) |
void |
IntsArray.insert(int i,
Ints vs,
int from,
int to) |
void |
IntsModifiable.insert(int i,
Ints vs,
int from,
int to) |
void |
IntsArray.prepend(Ints vs) |
void |
IntsModifiable.prepend(Ints vs) |
void |
IntsArray.prepend(Ints vs,
int from,
int to) |
void |
IntsModifiable.prepend(Ints vs,
int from,
int to) |
Constructor and Description |
---|
IntsArray(Ints xs)
Clones the sequence arg.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SortedInts |
interface |
SortedIntsModifiable |
Modifier and Type | Class and Description |
---|---|
class |
SortedIntsArithmetic |
class |
SortedIntsArray |
Modifier and Type | Method and Description |
---|---|
ContinuousIndexArray |
SortedIntsArray.continuousIndicesOf(Ints xs) |
ContinuousIndexArray |
SortedInts.continuousIndicesOf(Ints xs)
For each x in xs, the continuous index at which x falls in this
sequence.
|
ContinuousIndexArray |
SortedIntsArithmetic.continuousIndicesOf(Ints xs) |
void |
SortedIntsArray.continuousIndicesOf(Ints xs,
ContinuousIndexArray result) |
void |
SortedInts.continuousIndicesOf(Ints xs,
ContinuousIndexArray result)
For each x in xs, the continuous index at which x falls in this
sequence.
|
void |
SortedIntsArithmetic.continuousIndicesOf(Ints xs,
ContinuousIndexArray result) |
Constructor and Description |
---|
SortedIntsArray(Ints xs)
If the values of
xs are not in ascending order, the behavior of
this instance is undefined. |
Modifier and Type | Method and Description |
---|---|
Ints |
QuadTreeInts.search(float xMin,
float xMax,
float yMin,
float yMax) |
Ints |
QuadTreeInts.search(float xMin,
float xMax,
float yMin,
float yMax,
FilterInt vFilter) |
Copyright © 2016 Metron, Inc.. All rights reserved.