@Deprecated
public class MiniSet<E>
extends java.util.AbstractSet<E>
Constructor and Description |
---|
MiniSet()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(E e)
Deprecated.
|
void |
clear()
Deprecated.
|
boolean |
containsAll(java.util.Collection<?> c)
Deprecated.
|
java.util.Iterator<E> |
iterator()
Deprecated.
|
boolean |
remove(java.lang.Object o)
Deprecated.
|
boolean |
removeAll(java.util.Collection<?> c)
Deprecated.
|
boolean |
retainAll(java.util.Collection<?> c)
Deprecated.
|
int |
size()
Deprecated.
|
addAll, contains, isEmpty, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public java.util.Iterator<E> iterator()
public int size()
public boolean add(E e)
public boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)
public boolean retainAll(java.util.Collection<?> c)
public boolean containsAll(java.util.Collection<?> c)