Package | Description |
---|---|
com.metsci.glimpse.util.primitives |
Memory efficient Java primitive data arrays.
|
com.metsci.glimpse.util.primitives.sorted |
Modifier and Type | Interface and Description |
---|---|
interface |
FloatsModifiable |
Modifier and Type | Class and Description |
---|---|
class |
FloatsArray |
Modifier and Type | Method and Description |
---|---|
void |
FloatsArray.append(Floats vs) |
void |
FloatsModifiable.append(Floats vs) |
void |
FloatsArray.append(Floats vs,
int from,
int to) |
void |
FloatsModifiable.append(Floats vs,
int from,
int to) |
void |
FloatsArray.insert(int i,
Floats vs) |
void |
FloatsModifiable.insert(int i,
Floats vs) |
void |
FloatsArray.insert(int i,
Floats vs,
int from,
int to) |
void |
FloatsModifiable.insert(int i,
Floats vs,
int from,
int to) |
void |
FloatsArray.prepend(Floats vs) |
void |
FloatsModifiable.prepend(Floats vs) |
void |
FloatsArray.prepend(Floats vs,
int from,
int to) |
void |
FloatsModifiable.prepend(Floats vs,
int from,
int to) |
Constructor and Description |
---|
FloatsArray(Floats xs)
Clones the sequence arg.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SortedFloats |
interface |
SortedFloatsModifiable |
Modifier and Type | Class and Description |
---|---|
class |
SortedFloatsArithmetic |
class |
SortedFloatsArray |
Modifier and Type | Method and Description |
---|---|
ContinuousIndexArray |
SortedFloats.continuousIndicesOf(Floats xs)
For each x in xs, the continuous index at which x falls in this
sequence.
|
ContinuousIndexArray |
SortedFloatsArithmetic.continuousIndicesOf(Floats xs) |
ContinuousIndexArray |
SortedFloatsArray.continuousIndicesOf(Floats xs) |
void |
SortedFloats.continuousIndicesOf(Floats xs,
ContinuousIndexArray result)
For each x in xs, the continuous index at which x falls in this
sequence.
|
void |
SortedFloatsArithmetic.continuousIndicesOf(Floats xs,
ContinuousIndexArray result) |
void |
SortedFloatsArray.continuousIndicesOf(Floats xs,
ContinuousIndexArray result) |
Constructor and Description |
---|
SortedFloatsArray(Floats xs)
If the values of
xs are not in ascending order, the behavior of
this instance is undefined. |
Copyright © 2016 Metron, Inc.. All rights reserved.