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. |
Class and Description |
---|
BitSetService
The set of related functionalities which can be used/reused to
implement bit-sets collections.
|
CollectionService
The fundamental set of related functionalities required to implement
collections.
|
MapService
The set of related map functionalities which can be used/reused to implement
map collections.
|
SetService
The set of related functionalities used to implement set collections.
|
SortedMapService
The set of related functionalities used to implement sorted map.
|
SortedSetService
The set of related functionalities used to implement sorted set collections.
|
SortedTableService
The set of related functionalities used to implement sorted tables collections.
|
TableService
The set of related functionalities used to implement tables collections.
|
Class and Description |
---|
BitSetService
The set of related functionalities which can be used/reused to
implement bit-sets collections.
|
CollectionService
The fundamental set of related functionalities required to implement
collections.
|
CollectionService.IterationController
The controller used during closure-based iterations.
|
MapService
The set of related map functionalities which can be used/reused to implement
map collections.
|
SetService
The set of related functionalities used to implement set collections.
|
SortedMapService
The set of related functionalities used to implement sorted map.
|
SortedSetService
The set of related functionalities used to implement sorted set collections.
|
TableService
The set of related functionalities used to implement tables collections.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.