final class LinkedIdentityHashMap.KeySet extends AbstractSet<K>
Constructor and Description |
---|
KeySet() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(Object o) |
void |
forEach(Consumer<? super K> action) |
Iterator<K> |
iterator() |
boolean |
remove(Object o) |
int |
size() |
Spliterator<K> |
spliterator() |
equals, hashCode, removeAll
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray
parallelStream, removeIf, stream
KeySet()
public int size()
size
in interface Collection<K>
size
in interface Set<K>
size
in class AbstractCollection<K>
public void clear()
clear
in interface Collection<K>
clear
in interface Set<K>
clear
in class AbstractCollection<K>
public boolean contains(Object o)
contains
in interface Collection<K>
contains
in interface Set<K>
contains
in class AbstractCollection<K>
public boolean remove(Object o)
remove
in interface Collection<K>
remove
in interface Set<K>
remove
in class AbstractCollection<K>
public Spliterator<K> spliterator()