javolution.util.*
collections and collections views.See: Description
Interface | Description |
---|---|
BitSetService |
The set of related functionalities which can be used/reused to
implement bit-sets collections.
|
CollectionService<E> |
The fundamental set of related functionalities required to implement
fast collections.
|
MapService<K,V> |
The set of related map functionalities required to implement fast maps.
|
SetService<E> |
The set of related functionalities used to implement set collections.
|
SortedMapService<K,V> |
The set of related functionalities used to implement sorted map.
|
SortedSetService<E> |
The set of related functionalities used to implement sorted set collections.
|
SortedTableService<E> |
The set of related functionalities used to implement sorted tables collections.
|
TableService<E> |
The set of related functionalities used to implement tables collections.
|
Service interfaces to be implemented by javolution.util.*
collections and collections views.
Copyright © 2005-2013 Javolution. All Rights Reserved.