|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
PartitionList.withBucketCapacity(List<T> list,
int maxBucketCapacity)
Make a partition from a given list and a partition capacity. |
|
static
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||