java.lang.Iterable<E>
, java.util.Collection<E>
, java.util.Set<E>
ConcurrentHashMap.newKeySet()
instead.@Deprecated
public class ConcurrentHashSet<E>
extends java.util.AbstractSet<E>
implements java.util.Set<E>
Constructor | Description |
---|---|
ConcurrentHashSet() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
add(E e) |
Deprecated.
|
void |
clear() |
Deprecated.
|
boolean |
contains(java.lang.Object o) |
Deprecated.
|
boolean |
containsAll(java.util.Collection<?> c) |
Deprecated.
|
boolean |
equals(java.lang.Object o) |
Deprecated.
|
int |
hashCode() |
Deprecated.
|
boolean |
isEmpty() |
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.
|
java.lang.Object[] |
toArray() |
Deprecated.
|
<T> T[] |
toArray(T[] a) |
Deprecated.
|
java.lang.String |
toString() |
Deprecated.
|
public boolean add(E e)
public void clear()
public boolean contains(java.lang.Object o)
public boolean containsAll(java.util.Collection<?> c)
public boolean equals(java.lang.Object o)
public int hashCode()
public boolean isEmpty()
public java.util.Iterator<E> iterator()
public boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)
public boolean retainAll(java.util.Collection<?> c)
public int size()
public java.lang.Object[] toArray()
public <T> T[] toArray(T[] a)
public java.lang.String toString()
toString
in class java.util.AbstractCollection<E>
Copyright © 1995–2017 Webtide. All rights reserved.