public class ConcurrentHashSet<E> extends MapBackedSet<E>
ConcurrentHashMap
Set
map
ConcurrentHashSet()
ConcurrentHashSet(java.util.Collection<E> c)
boolean
add(E o)
clear, contains, iterator, remove, size
equals, hashCode, removeAll
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, isEmpty, retainAll, toArray, toArray
public ConcurrentHashSet()
public ConcurrentHashSet(java.util.Collection<E> c)
public boolean add(E o)
add
java.util.Collection<E>
java.util.Set<E>
MapBackedSet<E>
Copyright © 2016 即时通讯网(52im.net) - 即时通讯开发者社区. All rights reserved.