public interface Container
extends java.util.Map
Implementations of this interface need to be appropriately synchronized -- the implementations of the hashbelt rely on this object to be threadsafe.
| 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.
|
void updateTimestamp()
long getTimestamp()
java.util.Iterator keyIterator()
java.util.Iterator valueIterator()
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com