| Package | Description |
|---|---|
| com.helger.commons.text.codepoint |
| Modifier and Type | Method and Description |
|---|---|
static Codepoint |
CodepointHelper.codepointAt(CharSequence aSeq,
int nIndex) |
static Codepoint |
CodepointHelper.codepointAt(CharSequence aSeq,
int nIndex) |
Codepoint |
AbstractCodepointIterator.next() |
Codepoint |
Codepoint.next() |
Codepoint |
CodepointIteratorRestricted.next() |
Codepoint |
DelegatingCodepointIterator.next() |
Codepoint |
ICodepointIterator.next() |
Codepoint |
ICodepointIterator.next() |
Codepoint |
DelegatingCodepointIterator.next() |
Codepoint |
CodepointIteratorRestricted.next() |
Codepoint |
Codepoint.next() |
Codepoint |
AbstractCodepointIterator.next() |
Codepoint |
AbstractCodepointIterator.peek() |
Codepoint |
DelegatingCodepointIterator.peek() |
Codepoint |
ICodepointIterator.peek() |
Codepoint |
ICodepointIterator.peek() |
Codepoint |
DelegatingCodepointIterator.peek() |
Codepoint |
AbstractCodepointIterator.peek() |
Codepoint |
AbstractCodepointIterator.peek(int nIndex) |
Codepoint |
DelegatingCodepointIterator.peek(int index) |
Codepoint |
ICodepointIterator.peek(int nIndex) |
Codepoint |
ICodepointIterator.peek(int nIndex) |
Codepoint |
DelegatingCodepointIterator.peek(int index) |
Codepoint |
AbstractCodepointIterator.peek(int nIndex) |
Codepoint |
Codepoint.previous() |
Codepoint |
Codepoint.previous() |
| Modifier and Type | Method and Description |
|---|---|
int |
Codepoint.compareTo(Codepoint o) |
int |
Codepoint.compareTo(Codepoint o) |
static void |
CodepointHelper.insert(CharSequence aSeq,
int nIndex,
Codepoint aCodepoint)
Insert a codepoint into the buffer, automatically dealing with surrogate
pairs
|
static void |
CodepointHelper.insert(CharSequence aSeq,
int nIndex,
Codepoint aCodepoint)
Insert a codepoint into the buffer, automatically dealing with surrogate
pairs
|
static void |
CodepointHelper.setChar(CharSequence aSeq,
int nIndex,
Codepoint aCodepoint)
Set the character at a given location, automatically dealing with surrogate
pairs
|
static void |
CodepointHelper.setChar(CharSequence aSeq,
int nIndex,
Codepoint aCodepoint)
Set the character at a given location, automatically dealing with surrogate
pairs
|
| Constructor and Description |
|---|
Codepoint(Codepoint aCodepoint)
Create a codepoint as a copy of another codepoint
|
Codepoint(Codepoint aCodepoint)
Create a codepoint as a copy of another codepoint
|
Copyright © 2014–2022 Philip Helger. All rights reserved.