Uses of Class
com.metsci.glimpse.util.primitives.sorted.ContinuousIndexArray

Packages that use ContinuousIndexArray
com.metsci.glimpse.util.primitives.sorted   
 

Uses of ContinuousIndexArray in com.metsci.glimpse.util.primitives.sorted
 

Methods in com.metsci.glimpse.util.primitives.sorted that return ContinuousIndexArray
 ContinuousIndexArray SortedLongsArithmetic.continuousIndicesIn(SortedLongs xs)
          Like continuousIndicesOf, but in reverse: for each v in this sequence, the continuous index at which v falls in xs.
 ContinuousIndexArray SortedLongsArray.continuousIndicesOf(Longs xs)
           
 ContinuousIndexArray SortedLongsArithmetic.continuousIndicesOf(Longs xs)
           
 ContinuousIndexArray SortedLongs.continuousIndicesOf(Longs xs)
          For each x in xs, the continuous index at which x falls in this sequence.
 ContinuousIndexArray SortedLongsArray.continuousIndicesOf(SortedLongs xs)
           
 ContinuousIndexArray SortedLongsArithmetic.continuousIndicesOf(SortedLongs xs)
           
 ContinuousIndexArray SortedLongs.continuousIndicesOf(SortedLongs xs)
          For each x in xs, the continuous index at which x falls in this sequence.
 

Methods in com.metsci.glimpse.util.primitives.sorted with parameters of type ContinuousIndexArray
 void SortedLongsArray.continuousIndicesOf(Longs xs, ContinuousIndexArray result)
           
 void SortedLongsArithmetic.continuousIndicesOf(Longs xs, ContinuousIndexArray result)
           
 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(SortedLongs xs, ContinuousIndexArray result)
           
 void SortedLongsArithmetic.continuousIndicesOf(SortedLongs xs, ContinuousIndexArray result)
           
 void SortedLongs.continuousIndicesOf(SortedLongs xs, ContinuousIndexArray result)
          For each x in xs, the continuous index at which x falls in this sequence.
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.