Uses of Class
org.expasy.jpl.commons.collection.IntegerSequence

Packages that use IntegerSequence
org.expasy.jpl.commons.collection Provides JPL collection objects. 
org.expasy.jpl.commons.collection.stat Provides interfaces and objects for statistical data. 
 

Uses of IntegerSequence in org.expasy.jpl.commons.collection
 

Methods in org.expasy.jpl.commons.collection that return IntegerSequence
 IntegerSequence IntegerSequence.Builder.build()
           
static IntegerSequence IntegerSequence.emptyInstance()
           
 IntegerSequence IntegerSequenceWithGap.get(int i)
           
static IntegerSequence PrimitiveArrayUtils.getIndexRange(double[] values, Interval interval)
          Get an interval of index in sorted values.
 IntegerSequence PartitionList.getIndices(int i)
          Get the indices of T-objects of partition i.
 

Methods in org.expasy.jpl.commons.collection with parameters of type IntegerSequence
 void IntegerSequenceWithGap.add(IntegerSequence interval)
           
 

Uses of IntegerSequence in org.expasy.jpl.commons.collection.stat
 

Methods in org.expasy.jpl.commons.collection.stat that return IntegerSequence
 IntegerSequence HistogramDataSet.getLoadedValuesIndices()
           
 IntegerSequence HistogramDataSet.getValuesIndicesAtInterval(Interval interval)
           
 



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.