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