public final class MapContainer extends ConcurrentHashMap implements Container
ConcurrentHashMap.Entry, ConcurrentHashMap.HashIterator, ConcurrentHashMap.KeyIterator, ConcurrentHashMap.Segment, ConcurrentHashMap.ValueIteratorCONCURRENCY_LEVEL, DEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR, entrySet, keySet, loadFactor, SEGMENT_MASK, segments, table, threshold, values, votesForResize| Constructor and Description |
|---|
MapContainer() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimestamp()
Returns the timestamp of this container.
|
java.util.Iterator |
keyIterator()
Returns an iterator over the keys contained in this container.
|
void |
updateTimestamp()
Set the timestamp of this container to System.currentTimeMillis().
|
java.util.Iterator |
valueIterator()
Returns an iterator over the values contained in this container.
|
bitcount, clear, clone, contains, containsKey, containsValue, elements, entrySet, eq, get, hash, isEmpty, keys, keySet, newTable, put, putAll, rehash, remove, remove, resize, size, valuespublic void updateTimestamp()
updateTimestamp in interface ContainerContainer.updateTimestamp()public long getTimestamp()
getTimestamp in interface ContainerContainer.getTimestamp()public java.util.Iterator keyIterator()
keyIterator in interface ContainerContainer.keyIterator()public java.util.Iterator valueIterator()
valueIterator in interface ContainerContainer.valueIterator()Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com