Package | Description |
---|---|
_templates.java.util | |
_templates.javolution.util |
Modifier and Type | Interface and Description |
---|---|
interface |
SortedSet |
Modifier and Type | Class and Description |
---|---|
class |
HashSet |
class |
LinkedHashSet |
Modifier and Type | Method and Description |
---|---|
Set |
Map.entrySet() |
Set |
Map.keySet() |
Modifier and Type | Class and Description |
---|---|
class |
FastBitSet
This class represents either a table of bits or a set of non-negative
numbers.
|
class |
FastSet
This class represents a set collection backed by a
FastMap ;
smooth capacity increase and no rehashing ever performed. |
Modifier and Type | Method and Description |
---|---|
Set |
LocalMap.entrySet()
Returns a
FastCollection view of the mappings contained in this
map. |
Set |
FastMap.entrySet()
Returns a
FastCollection view of the mappings contained in this
map. |
Set |
LocalMap.keySet()
Returns a
FastCollection view of the keys contained in this map. |
Set |
FastMap.keySet()
Returns a
FastCollection view of the keys contained in this
map. |
Constructor and Description |
---|
FastSet(Set elements)
Creates a set containing the specified elements, in the order they
are returned by the set iterator.
|
Copyright © 2005–2015 Javolution. All rights reserved.