protected class THashMap.KeyView extends Object implements Set
| Modifier and Type | Class and Description |
|---|---|
protected class |
THashMap.KeyView.EntryIterator |
| Modifier | Constructor and Description |
|---|---|
protected |
KeyView() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object obj) |
boolean |
addAll(Collection collection) |
void |
clear() |
boolean |
contains(Object key) |
boolean |
containsAll(Collection collection) |
boolean |
isEmpty() |
Iterator |
iterator() |
boolean |
remove(Object key) |
boolean |
removeAll(Collection collection) |
boolean |
retainAll(Collection collection) |
int |
size() |
Object[] |
toArray() |
Object[] |
toArray(Object[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, spliteratorparallelStream, removeIf, streampublic Iterator iterator()
public boolean remove(Object key)
remove in interface Collectionremove in interface Setpublic boolean contains(Object key)
contains in interface Collectioncontains in interface Setpublic boolean containsAll(Collection collection)
containsAll in interface CollectioncontainsAll in interface Setpublic boolean removeAll(Collection collection)
removeAll in interface CollectionremoveAll in interface Setpublic void clear()
clear in interface Collectionclear in interface Setpublic boolean add(Object obj)
add in interface Collectionadd in interface Setpublic int size()
size in interface Collectionsize in interface Setpublic Object[] toArray()
toArray in interface CollectiontoArray in interface Setpublic Object[] toArray(Object[] a)
toArray in interface CollectiontoArray in interface Setpublic boolean isEmpty()
isEmpty in interface CollectionisEmpty in interface Setpublic boolean addAll(Collection collection)
addAll in interface CollectionaddAll in interface Setpublic boolean retainAll(Collection collection)
retainAll in interface CollectionretainAll in interface SetCopyright © 2019 JULIE Lab, Germany. All rights reserved.