public final class MapContainer extends java.util.concurrent.ConcurrentHashMap<java.lang.Object,java.lang.Object> implements Container
Constructor and Description |
---|
MapContainer() |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp()
Returns the timestamp of this container.
|
java.util.Iterator<java.lang.Object> |
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<java.lang.Object> |
valueIterator()
Returns an iterator over the values contained in this container.
|
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
public void updateTimestamp()
updateTimestamp
in interface Container
public long getTimestamp()
getTimestamp
in interface Container
public java.util.Iterator<java.lang.Object> keyIterator()
keyIterator
in interface Container
public java.util.Iterator<java.lang.Object> valueIterator()
valueIterator
in interface Container
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com