Package | Description |
---|---|
_templates.java.util | |
_templates.java.util.concurrent | |
_templates.javolution.context | |
_templates.javolution.util | |
_templates.javolution.xml.stream |
Modifier and Type | Interface and Description |
---|---|
interface |
SortedMap |
Modifier and Type | Class and Description |
---|---|
class |
HashMap |
class |
LinkedHashMap |
Modifier and Type | Method and Description |
---|---|
void |
Map.putAll(Map t) |
Modifier and Type | Interface and Description |
---|---|
interface |
ConcurrentMap |
Modifier and Type | Method and Description |
---|---|
Map |
PersistentContext.getIdToValue()
Returns the ID to value mapping for this persistent context.
|
Modifier and Type | Class and Description |
---|---|
class |
FastMap
This class represents a hash map with real-time behavior;
smooth capacity increase and thread-safe without external
synchronization when
shared . |
class |
LocalMap
This class represents a map which can be temporarily modified without
impacting other threads (
scoped changes). |
Modifier and Type | Method and Description |
---|---|
Map |
FastMap.unmodifiable()
Returns the unmodifiable view associated to this map.
|
Modifier and Type | Method and Description |
---|---|
void |
FastMap.putAll(Map map)
Copies all of the mappings from the specified map to this map.
|
void |
LocalMap.putAll(Map map)
Copies all of the mappings from the specified map to this map.
|
Constructor and Description |
---|
FastMap(Map map)
Creates a map containing the specified entries, in the order they
are returned by the map iterator.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLStreamReaderImpl.setEntities(Map entities)
Defines a custom entities to replacement text mapping for this reader.
|
Copyright © 2005–2014 Javolution. All rights reserved.