public class NanoSet<E>
extends java.util.AbstractSet<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
boolean |
addAll(@NotNull java.util.Collection<? extends E> c) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
isEmpty() |
@NotNull java.util.Iterator<E> |
iterator() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
int |
size() |
containsAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic NanoSet(@NotNull
E element)
@NotNull public @NotNull java.util.Iterator<E> iterator()
public int size()
public boolean isEmpty()
public boolean contains(java.lang.Object o)
public boolean add(E e)
public boolean addAll(@NotNull
@NotNull java.util.Collection<? extends E> c)
public boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)