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
collections.
|
CollectionService.IterationController |
The controller used during closure-based iterations.
|
MapService<K,V> |
The set of related map functionalities which can be used/reused to implement
map collections.
|
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.