Uses of Class
com.helger.commons.text.codepoint.Codepoint
-
Packages that use Codepoint Package Description com.helger.commons.text.codepoint -
-
Uses of Codepoint in com.helger.commons.text.codepoint
Methods in com.helger.commons.text.codepoint that return Codepoint Modifier and Type Method Description static CodepointCodepointHelper. codepointAt(CharSequence aSeq, int nIndex)CodepointAbstractCodepointIterator. next()CodepointCodepoint. next()CodepointCodepointIteratorRestricted. next()CodepointDelegatingCodepointIterator. next()CodepointICodepointIterator. next()CodepointAbstractCodepointIterator. peek()CodepointAbstractCodepointIterator. peek(int nIndex)CodepointDelegatingCodepointIterator. peek()CodepointDelegatingCodepointIterator. peek(int index)CodepointICodepointIterator. peek()CodepointICodepointIterator. peek(int nIndex)CodepointCodepoint. previous()Methods in com.helger.commons.text.codepoint with parameters of type Codepoint Modifier and Type Method Description intCodepoint. compareTo(Codepoint o)static voidCodepointHelper. insert(CharSequence aSeq, int nIndex, Codepoint aCodepoint)Insert a codepoint into the buffer, automatically dealing with surrogate pairsstatic voidCodepointHelper. setChar(CharSequence aSeq, int nIndex, Codepoint aCodepoint)Set the character at a given location, automatically dealing with surrogate pairsConstructors in com.helger.commons.text.codepoint with parameters of type Codepoint Constructor Description Codepoint(Codepoint aCodepoint)Create a codepoint as a copy of another codepoint
-