| Package | Description |
|---|---|
| com.phloc.commons.i18n |
| 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 |
CodepointUtils.verifyNot(ICodepointIterator ci,
ECodepointProfile profile)
Verifies a sequence of codepoints using the specified profile
|
static void |
CodepointUtils.verifyNot(ICodepointIterator ci,
ICodepointFilter filter)
Verifies a sequence of codepoints using the specified filter
|
Copyright © 2006–2015 phloc systems. All rights reserved.