Package | Description |
---|---|
com.metsci.glimpse.util.primitives.sorted |
Modifier and Type | Interface and Description |
---|---|
interface |
SortedIntsModifiable |
Modifier and Type | Class and Description |
---|---|
class |
SortedIntsArithmetic |
class |
SortedIntsArray |
Modifier and Type | Method and Description |
---|---|
ContinuousIndexArray |
SortedIntsArithmetic.continuousIndicesIn(SortedInts xs)
Like continuousIndicesOf, but in reverse: for each v in this sequence,
the continuous index at which v falls in xs.
|
ContinuousIndexArray |
SortedIntsArray.continuousIndicesOf(SortedInts xs) |
ContinuousIndexArray |
SortedInts.continuousIndicesOf(SortedInts xs)
For each x in xs, the continuous index at which x falls in this
sequence.
|
ContinuousIndexArray |
SortedIntsArithmetic.continuousIndicesOf(SortedInts xs) |
void |
SortedIntsArray.continuousIndicesOf(SortedInts xs,
ContinuousIndexArray result) |
void |
SortedInts.continuousIndicesOf(SortedInts xs,
ContinuousIndexArray result)
For each x in xs, the continuous index at which x falls in this
sequence.
|
void |
SortedIntsArithmetic.continuousIndicesOf(SortedInts xs,
ContinuousIndexArray result) |
Copyright © 2016 Metron, Inc.. All rights reserved.