@Deprecated public class IdentitySet<T> extends Object implements Iterable<T>
Constructor and Description |
---|
IdentitySet()
Deprecated.
|
IdentitySet(Iterable<T> copy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(T t)
Deprecated.
|
void |
addAll(Collection<T> c)
Deprecated.
|
void |
addAll(IdentitySet<T> c)
Deprecated.
|
void |
clear()
Deprecated.
|
boolean |
contains(T t)
Deprecated.
|
Iterator<T> |
iterator()
Deprecated.
|
void |
remove(T t)
Deprecated.
|
void |
removeall(Iterable<T> coll)
Deprecated.
|
void |
removeAll(Iterable<T> prev)
Deprecated.
|
int |
size()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public boolean add(T t)
public boolean contains(T t)
public void remove(T t)
public void clear()
public int size()
public void addAll(Collection<T> c)
public void addAll(IdentitySet<T> c)