Home | History | Annotate | Download | only in impl

Lines Matching defs:current

42         return (char)iterator.current();
58 * Gets the character at the current position (as returned by getIndex()).
59 * @return the character at the current position or DONE if the current
64 public char current(){
65 return (char) iterator.current();
71 * to getEndIndex(), the current index is reset to getEndIndex() and
80 return (char) iterator.current();
85 * at the new index. If the current index is getBeginIndex(), the index
87 * @return the character at the new position or DONE if the current
107 return (char) iterator.current();
131 * Returns the current index.
132 * @return the current index.