K
- public class LargeSetImpl<K> extends AbstractDisposable implements java.util.Set<K>, Size64, Size, IsEmpty, Disposable
Modifier and Type | Field and Description |
---|---|
protected static Logger |
LOGGER |
Constructor and Description |
---|
LargeSetImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(K e) |
boolean |
addAll(java.util.Collection<? extends K> c) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> c) |
protected void |
doDispose()
Internal implementation for the
AbstractDisposable.dispose() method, to be
implemented by child classes. |
boolean |
isEmpty() |
java.util.Iterator<K> |
iterator() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
static void |
selfRegister() |
int |
size() |
long |
size64() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
dispose, dispose
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isEmpty, isEmpty, isEmptyQuietly
dispose
protected void doDispose() throws BaseException
AbstractDisposable
AbstractDisposable.dispose()
method, to be
implemented by child classes.doDispose
in class AbstractDisposable
BaseException
AbstractDisposable.dispose()
public int size()
public boolean isEmpty()
public boolean contains(java.lang.Object o)
public java.util.Iterator<K> iterator()
public java.lang.Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(K e)
public boolean remove(java.lang.Object o)
public boolean containsAll(java.util.Collection<?> c)
public boolean addAll(java.util.Collection<? extends K> c)
public boolean retainAll(java.util.Collection<?> c)
public boolean removeAll(java.util.Collection<?> c)
public void clear()
public static void selfRegister()