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 |
LongsModifiable |
Modifier and Type | Class and Description |
---|---|
class |
LongsArray |
Modifier and Type | Method and Description |
---|---|
void |
LongsModifiable.append(Longs vs) |
void |
LongsArray.append(Longs vs) |
void |
LongsModifiable.append(Longs vs,
int from,
int to) |
void |
LongsArray.append(Longs vs,
int from,
int to) |
void |
LongsModifiable.insert(int i,
Longs vs) |
void |
LongsArray.insert(int i,
Longs vs) |
void |
LongsModifiable.insert(int i,
Longs vs,
int from,
int to) |
void |
LongsArray.insert(int i,
Longs vs,
int from,
int to) |
void |
LongsModifiable.prepend(Longs vs) |
void |
LongsArray.prepend(Longs vs) |
void |
LongsModifiable.prepend(Longs vs,
int from,
int to) |
void |
LongsArray.prepend(Longs vs,
int from,
int to) |
Constructor and Description |
---|
LongsArray(Longs xs)
Clones the sequence arg.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SortedLongs |
interface |
SortedLongsModifiable |
Modifier and Type | Class and Description |
---|---|
class |
SortedLongsArithmetic |
class |
SortedLongsArray |
Modifier and Type | Method and Description |
---|---|
ContinuousIndexArray |
SortedLongs.continuousIndicesOf(Longs xs)
For each x in xs, the continuous index at which x falls in this
sequence.
|
ContinuousIndexArray |
SortedLongsArray.continuousIndicesOf(Longs xs) |
ContinuousIndexArray |
SortedLongsArithmetic.continuousIndicesOf(Longs xs) |
void |
SortedLongs.continuousIndicesOf(Longs xs,
ContinuousIndexArray result)
For each x in xs, the continuous index at which x falls in this
sequence.
|
void |
SortedLongsArray.continuousIndicesOf(Longs xs,
ContinuousIndexArray result) |
void |
SortedLongsArithmetic.continuousIndicesOf(Longs xs,
ContinuousIndexArray result) |
Constructor and Description |
---|
SortedLongsArray(Longs xs)
If the values of
xs are not in ascending order, the behavior of
this instance is undefined. |
Modifier and Type | Method and Description |
---|---|
Longs |
QuadTreeLongs.search(float xMin,
float xMax,
float yMin,
float yMax) |
Longs |
QuadTreeLongs2.search(float xMin,
float xMax,
float yMin,
float yMax) |
Longs |
QuadTreeLongs.search(float xMin,
float xMax,
float yMin,
float yMax,
FilterLong vFilter) |
Longs |
QuadTreeLongs2.search(float xMin,
float xMax,
float yMin,
float yMax,
FilterLong2 vFilter) |
Copyright © 2013 Metron, Inc.. All rights reserved.