java.lang.Iterable<E>
, java.util.Collection<E>
, java.util.Set<E>
@Deprecated
public class MiniSet<E>
extends java.util.AbstractSet<E>
Constructor | Description |
---|---|
MiniSet() |
Deprecated.
|
Modifier and Type | Method | 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
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)