| Constructor and Description |
|---|
CodePointSetAccumulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRange(int lo,
int hi) |
void |
addSet(CodePointSet set) |
void |
appendRange(int lo,
int hi) |
void |
appendRange(Range r) |
void |
clear() |
void |
copyTo(CodePointSetAccumulator other) |
IntRangesBuffer |
get() |
boolean |
isEmpty() |
Iterator<Range> |
iterator() |
boolean |
matchesSingleChar() |
CodePointSet |
toCodePointSet() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic IntRangesBuffer get()
public void addRange(int lo,
int hi)
public void appendRange(Range r)
public void appendRange(int lo,
int hi)
public void addSet(CodePointSet set)
public void clear()
public boolean isEmpty()
public boolean matchesSingleChar()
public void copyTo(CodePointSetAccumulator other)
public CodePointSet toCodePointSet()