Class ObjIdSet

All Implemented Interfaces:
Serializable, Cloneable, Iterable<ObjId>, Collection<ObjId>, Set<ObjId>

@NotThreadSafe public class ObjIdSet extends AbstractSet<ObjId> implements Cloneable, Serializable
A set of ObjIds.

This implementation is space optimized for the 64-bits of information contained in an ObjId. Instances do not accept null values and are not thread safe.

See Also: