| Constructor and Description |
|---|
IdentifierSet() |
IdentifierSet(int expectedSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String element) |
boolean |
addAll(Collection<? extends String> strings) |
boolean |
contains(Object object) |
boolean |
containsAll(Collection<?> collection) |
protected Set<String> |
delegate() |
boolean |
remove(Object object) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
equals, hashCode, standardEquals, standardHashCode, standardRemoveAllclear, isEmpty, iterator, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitclear, isEmpty, iterator, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic IdentifierSet()
public IdentifierSet(int expectedSize)
protected Set<String> delegate()
delegate in class com.google.common.collect.ForwardingSet<String>public boolean removeAll(Collection<?> collection)
public boolean contains(Object object)
public boolean add(String element)
public boolean remove(Object object)
public boolean containsAll(Collection<?> collection)
containsAll in interface Collection<String>containsAll in interface Set<String>containsAll in class com.google.common.collect.ForwardingCollection<String>public boolean addAll(Collection<? extends String> strings)
public boolean retainAll(Collection<?> collection)
Copyright © 2018 Atlassian. All rights reserved.