public class

IdentitySet

extends Object
implements Iterable<T>
java.lang.Object
   ↳ com.mongodb.util.IdentitySet<T>

Summary

Public Constructors
IdentitySet()
IdentitySet(Iterable<T> copy)
Public Methods
boolean add(T t)
void addAll(IdentitySet<T> c)
void addAll(Collection<T> c)
void clear()
boolean contains(T t)
Iterator<T> iterator()
void remove(T t)
void removeAll(Iterable<T> prev)
void removeall(Iterable<T> coll)
int size()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.Iterable

Public Constructors

public IdentitySet ()

public IdentitySet (Iterable<T> copy)

Public Methods

public boolean add (T t)

public void addAll (IdentitySet<T> c)

public void addAll (Collection<T> c)

public void clear ()

public boolean contains (T t)

public Iterator<T> iterator ()

public void remove (T t)

public void removeAll (Iterable<T> prev)

public void removeall (Iterable<T> coll)

public int size ()