Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the character offset in the source string corresponding to the
 next collation element. This value could be any of:
 
Set method documentation [Android Documentation]
Points the iterator at the collation element associated with the
 character in the source string which is found at the supplied offset.
 After this call completes, an invocation of the CollationElementIterator.Next method
 will return this collation element.
 
 If newOffset corresponds to a character which is part of a
 sequence that maps to a single collation element then the iterator is
 adjusted to the start of that sequence. As a result of this, any
 subsequent call made to getOffset() may not return the same value
 set by this method.
 
 If the decomposition mode is on, and offset is in the middle of a
 decomposable range of source text, the iterator may not return a correct
 result for the next forwards or backwards iteration. The user must ensure
 that the offset is not in the middle of a decomposable range.