Uses of Class
com.helger.commons.text.codepoint.Codepoint
Packages that use Codepoint
-
Uses of Codepoint in com.helger.commons.text.codepoint
Methods in com.helger.commons.text.codepoint that return CodepointModifier and TypeMethodDescriptionstatic CodepointCodepointHelper.codepointAt(CharSequence aSeq, int nIndex) AbstractCodepointIterator.next()final CodepointCodepoint.next()CodepointIteratorRestricted.next()DelegatingCodepointIterator.next()ICodepointIterator.next()AbstractCodepointIterator.peek()AbstractCodepointIterator.peek(int nIndex) DelegatingCodepointIterator.peek()DelegatingCodepointIterator.peek(int index) ICodepointIterator.peek()ICodepointIterator.peek(int nIndex) final CodepointCodepoint.previous()Methods in com.helger.commons.text.codepoint with parameters of type CodepointModifier and TypeMethodDescriptionintstatic 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