Serialized Form


Package com.artima.lookup.util

Class com.artima.lookup.util.ConsistentMap implements Serializable

Serialized Fields

entrySet

java.util.Set entrySet
A Set of java.util.Map.Entry objects, the key-value pairs contained in this ConsistentMap.

Class com.artima.lookup.util.ConsistentSet implements Serializable

Serialized Fields

elements

java.lang.Object[] elements
An array of the Object elements contained in this ConsistentSet.