Package | Description |
---|---|
_templates.java.util | |
_templates.javolution.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Collection |
interface |
List |
interface |
Queue |
interface |
Set |
interface |
SortedSet |
Modifier and Type | Class and Description |
---|---|
class |
ArrayList |
class |
HashSet |
class |
LinkedHashSet |
class |
LinkedList |
Modifier and Type | Class and Description |
---|---|
class |
FastBitSet
This class represents either a table of bits or a set of non-negative
numbers.
|
class |
FastCollection
This class represents collections which can quickly be iterated over
(forward or backward) and which an be made
thread-safe
and/or unmodifiable . |
class |
FastList
This class represents a linked list with real-time behavior;
smooth capacity increase and no memory allocation as long as the
list size does not exceed its initial capacity.
|
class |
FastSet
This class represents a set collection backed by a
FastMap ;
smooth capacity increase and no rehashing ever performed. |
class |
FastTable
This class represents a random access collection with real-time behavior
(smooth capacity increase).
|
Copyright © 2005–2016 Javolution. All rights reserved.