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