org.jmlspecs.jmlunit.strategies
Class CharAbstractIterator
java.lang.Object
org.jmlspecs.jmlunit.strategies.CharAbstractIterator
- All Implemented Interfaces:
- CharIterator, Cloneable, IndefiniteIterator
- Direct Known Subclasses:
- CharAbstractFilteringIteratorDecorator, CharArrayIterator, CharCompositeIterator
- public abstract class CharAbstractIterator
- extends Object
- implements CharIterator
Common code for iterators over values of type char that
implement the CharIterator interface.
- Author:
- Gary T. Leavens
|
Method Summary |
Object |
clone()
Return a copy of this iterator in the same state as this object. |
Object |
get()
Return the current element in this iteration. |
CharAbstractIterator
public CharAbstractIterator()
get
public Object get()
- Description copied from interface:
IndefiniteIterator
- Return the current element in this iteration. This method may
be called multiple times, and does not advance the state of the
iterator when it is called. The idea is to permit several
similar copies to be returned (e.g., clones) each time it is
called.
- Specified by:
get in interface CharIterator
clone
public Object clone()
- Description copied from interface:
CharIterator
- Return a copy of this iterator in the same state as this object.
- Specified by:
clone in interface CharIterator- Overrides:
clone in class Object
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.