@Deprecated
public class MapBackedSet<E>
extends AbstractSet<E>
implements Serializable
Constructor and Description |
---|
MapBackedSet(Map<E,Boolean> backedMap)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(E element)
Deprecated.
|
void |
clear()
Deprecated.
|
boolean |
contains(Object obj)
Deprecated.
|
boolean |
containsAll(Collection<?> collection)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
Iterator<E> |
iterator()
Deprecated.
|
boolean |
remove(Object obj)
Deprecated.
|
boolean |
removeAll(Collection<?> collection)
Deprecated.
|
boolean |
retainAll(Collection<?> collection)
Deprecated.
|
int |
size()
Deprecated.
|
Object[] |
toArray()
Deprecated.
|
<T> T[] |
toArray(T[] array)
Deprecated.
|
String |
toString()
Deprecated.
|
public MapBackedSet(Map<E,Boolean> backedMap)
public boolean add(E element)
public void clear()
public boolean contains(Object obj)
public boolean containsAll(Collection<?> collection)
public boolean equals(Object obj)
public int hashCode()
public boolean isEmpty()
public Iterator<E> iterator()
public boolean remove(Object obj)
public boolean removeAll(Collection<?> collection)
public boolean retainAll(Collection<?> collection)
public int size()
public Object[] toArray()
public <T> T[] toArray(T[] array)
public String toString()
toString
in class AbstractCollection<E>