Package | Description |
---|---|
javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
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
fast collections.
|
MapService
The set of related map functionalities required to implement fast maps.
|
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
fast collections.
|
MapService
The set of related map functionalities required to implement fast maps.
|
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.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.