Class ClassSetContentsAccumulator
java.lang.Object
com.oracle.truffle.regex.charset.ClassSetContentsAccumulator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAll(ClassSetContents classSet) voidclear()org.graalvm.collections.EconomicSet<String> booleanbooleanvoidremoveAll(ClassSetContents classSet, Encodings.Encoding encoding) voidretainAll(ClassSetContents classSet)
-
Constructor Details
-
ClassSetContentsAccumulator
public ClassSetContentsAccumulator()
-
-
Method Details
-
addAll
-
retainAll
-
removeAll
-
getCodePointSet
-
getStrings
-
isCodePointSetOnly
public boolean isCodePointSetOnly() -
mayContainStrings
public boolean mayContainStrings() -
clear
public void clear()
-