org.ahmadsoft.ropes.impl
Interface RopeIterator

All Superinterfaces:
java.util.Iterator<java.lang.Character>

public interface RopeIterator
extends java.util.Iterator<java.lang.Character>


Method Summary
 int getPosition()
          Returns the position of the last character returned.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getPosition

int getPosition()
Returns the position of the last character returned.

Returns:


Copyright © 2007 Amin Ahmad. All Rights Reserved.