public abstract class _UnmodifiableSet extends AbstractSet
| Constructor and Description |
|---|
_UnmodifiableSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object o) |
void |
clear() |
boolean |
remove(Object o) |
equals, hashCode, removeAlladdAll, contains, containsAll, isEmpty, iterator, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, iterator, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic boolean add(Object o)
add in interface Collectionadd in interface Setadd in class AbstractCollectionpublic boolean remove(Object o)
remove in interface Collectionremove in interface Setremove in class AbstractCollectionpublic void clear()
clear in interface Collectionclear in interface Setclear in class AbstractCollectionCopyright © 2016. All Rights Reserved.