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

Packages that use PartitionList
org.expasy.jpl.commons.collection Provides JPL collection objects. 
 

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

Methods in org.expasy.jpl.commons.collection that return PartitionList
static
<T> PartitionList<T>
PartitionList.withBucketCapacity(List<T> list, int maxBucketCapacity)
          Make a partition from a given list and a partition capacity.
static
<T> PartitionList<T>
PartitionList.withBucketNumber(List<T> list, int bucketNumber)
          Make a partition from a given list and a bucket number.
 

Methods in org.expasy.jpl.commons.collection with parameters of type PartitionList
 int PartitionList.IndexingAlgo.indexOf(PartitionList<T> parts, Object value)
           
 int PartitionList.LastIndexingAlgo.lastIndexOf(PartitionList<T> parts, Object value)
           
 



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