public class ClassSetContentsAccumulator extends Object
| Constructor and Description |
|---|
ClassSetContentsAccumulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(ClassSetContents classSet) |
void |
clear() |
CodePointSet |
getCodePointSet() |
org.graalvm.collections.EconomicSet<String> |
getStrings() |
boolean |
isCodePointSetOnly() |
boolean |
mayContainStrings() |
void |
removeAll(ClassSetContents classSet,
Encodings.Encoding encoding) |
void |
retainAll(ClassSetContents classSet) |
public void addAll(ClassSetContents classSet)
public void retainAll(ClassSetContents classSet)
public void removeAll(ClassSetContents classSet, Encodings.Encoding encoding)
public CodePointSet getCodePointSet()
public org.graalvm.collections.EconomicSet<String> getStrings()
public boolean isCodePointSetOnly()
public boolean mayContainStrings()
public void clear()