| Constructor and Description |
|---|
WhiteList() |
WhiteList(Collection<String> packageNames) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String s) |
boolean |
addAll(Collection<? extends String> collection) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> collection) |
boolean |
containsAny(Collection<String> packages) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<String> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] ts) |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, waitequals, spliteratorparallelStream, removeIf, streampublic WhiteList()
public WhiteList(Collection<String> packageNames)
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] ts)
public boolean add(String s)
public boolean remove(Object o)
public boolean containsAll(Collection<?> collection)
containsAll in interface Collection<String>containsAll in interface Set<String>public boolean addAll(Collection<? extends String> collection)
public boolean retainAll(Collection<?> collection)
public boolean removeAll(Collection<?> collection)
public void clear()
public boolean containsAny(Collection<String> packages)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.