Modifier and Type | Field and Description |
---|---|
static IdentifierSet |
EMPTY |
Constructor and Description |
---|
IdentifierSet() |
IdentifierSet(Collection<String> names) |
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() |
static IdentifierSet |
difference(Collection<String> set1,
Collection<String> set2) |
static Set<String> |
differenceWithOriginalCasing(Collection<String> set1,
Collection<String> set2) |
static IdentifierSet |
intersection(Collection<String> set1,
Collection<String> set2) |
boolean |
remove(Object object) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
clear, isEmpty, iterator, size, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
clear, isEmpty, iterator, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
public static final IdentifierSet EMPTY
public IdentifierSet()
public IdentifierSet(int expectedSize)
public IdentifierSet(Collection<String> names)
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)
public static IdentifierSet difference(Collection<String> set1, Collection<String> set2)
public static Set<String> differenceWithOriginalCasing(Collection<String> set1, Collection<String> set2)
public static IdentifierSet intersection(Collection<String> set1, Collection<String> set2)
Copyright © 2021 Atlassian. All rights reserved.