public final class MapContainer extends java.util.HashMap implements Container
| 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.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, 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