Lines Matching full:unit
136 * Sets the iterator to refer to the first code unit in its
137 * iteration range, and returns that code unit.
139 * @return the first code unit in its iteration range.
145 * Sets the iterator to refer to the first code unit in its
146 * iteration range, returns that code unit, and moves the position
147 * to the second code unit. This is an alternative to setToStart()
149 * @return the first code unit in its iteration range
156 * iteration range, and returns that code unit,
176 * Sets the iterator to refer to the last code unit in its
177 * iteration range, and returns that code unit.
179 * @return the last code unit in its iteration range.
186 * iteration range, and returns that code unit.
194 * Sets the iterator to refer to the "position"-th code unit
196 * returns that code unit.
198 * @return the code unit
205 * that contains the "position"-th code unit
209 * (its first code unit).
211 * @return the code unit
217 * Returns the code unit the iterator currently refers to.
218 * @return the code unit the iterator currently refers to.
231 * Advances to the next code unit in the iteration range (toward
232 * endIndex()), and returns that code unit. If there are no more
234 * @return the next code unit in the iteration range.
240 * Gets the current code unit for returning and advances to the next code unit
244 * @return the current code unit.
283 * Advances to the previous code unit in the iteration range (toward
284 * startIndex()), and returns that code unit. If there are no more
286 * @return the previous code unit in the iteration range.