C E I S

C

com.artima.lookup.util - package com.artima.lookup.util
Provides implementations of the java.util.Set and java.util.Map interfaces that have consistent serialized forms across all Java virtual machines.
ConsistentMap - class com.artima.lookup.util.ConsistentMap.
An implementation of the java.util.Map interface that has a serialized form consistent in all virtual machines.
ConsistentMap() - Constructor for class com.artima.lookup.util.ConsistentMap
Constructs a new, empty ConsistentMap.
ConsistentMap(Map) - Constructor for class com.artima.lookup.util.ConsistentMap
Constructs a new ConsistentMap containing the elements in the passed collection.
ConsistentSet - class com.artima.lookup.util.ConsistentSet.
An implementation of the java.util.Set interface that has a serialized form consistent in all virtual machines.
ConsistentSet() - Constructor for class com.artima.lookup.util.ConsistentSet
Constructs a new, empty ConsistentSet.
ConsistentSet(Collection) - Constructor for class com.artima.lookup.util.ConsistentSet
Constructs a new ConsistentSet containing the elements in the passed collection.

E

entrySet() - Method in class com.artima.lookup.util.ConsistentMap
Returns a set view of the mappings contained in this ConsistentMap.

I

iterator() - Method in class com.artima.lookup.util.ConsistentSet
Returns an iterator over the elements in this set.

S

size() - Method in class com.artima.lookup.util.ConsistentSet
Returns the number of elements in this ConsistentSet (its cardinality).

C E I S