| Package | Description |
|---|---|
| com.helger.commons.text.codepoint |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCodepointIterator
Provides an iterator over Unicode Codepoints
|
class |
CodepointIteratorByteArray |
class |
CodepointIteratorByteBuffer |
class |
CodepointIteratorCharArray |
class |
CodepointIteratorCharBuffer |
class |
CodepointIteratorCharSequence |
class |
CodepointIteratorInputStream |
class |
CodepointIteratorReadableByteChannel |
class |
CodepointIteratorReader |
class |
CodepointIteratorRestricted |
class |
DelegatingCodepointIterator
Base implementation of a CodepointIterator that filters the output of another
ICodepointIterator |
| Modifier and Type | Method and Description |
|---|---|
static void |
CodepointHelper.verifyNot(ICodepointIterator aIter,
ECodepointProfile eProfile)
Verifies a sequence of codepoints using the specified profile
|
static void |
CodepointHelper.verifyNot(ICodepointIterator aIter,
ECodepointProfile eProfile)
Verifies a sequence of codepoints using the specified profile
|
static void |
CodepointHelper.verifyNot(ICodepointIterator aIter,
IntPredicate aFilter)
Verifies a sequence of codepoints using the specified filter
|
static void |
CodepointHelper.verifyNot(ICodepointIterator aIter,
IntPredicate aFilter)
Verifies a sequence of codepoints using the specified filter
|
Copyright © 2014–2022 Philip Helger. All rights reserved.