Package | Description |
---|---|
javolution.util |
High-performance collection classes with
guaranteed worst case execution time . |
javolution.util.service |
Service interfaces to be implemented by
javolution.util.*
collections and collections views. |
Modifier and Type | Method and Description |
---|---|
protected abstract CollectionService<E> |
FastCollection.service()
Returns the service implementation of this collection (for sub-classes).
|
protected static <E> CollectionService<E> |
FastCollection.serviceOf(FastCollection<E> collection)
Returns the service implementation of any fast collection
(for sub-classes).
|
Modifier and Type | Interface and Description |
---|---|
interface |
BitSetService
The set of related functionalities which can be used/reused to
implement bit-sets collections.
|
interface |
SetService<E>
The set of related functionalities used to implement set collections.
|
interface |
SortedSetService<E>
The set of related functionalities used to implement sorted set collections.
|
interface |
SortedTableService<E>
The set of related functionalities used to implement sorted tables collections.
|
interface |
TableService<E>
The set of related functionalities used to implement tables collections.
|
Modifier and Type | Method and Description |
---|---|
CollectionService<E>[] |
CollectionService.trySplit(int n)
Try to splits this collection in
n sub-collections;
if not possible may return an array of length less than
n (for example of length one if no split). |
CollectionService<V> |
MapService.values()
Returns the collection view of this map values.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.