| java.lang.Object org.jmlspecs.models.JMLValueSequenceEnumerator
Method Summary | |
public Object | clone() Return a clone of this enumerator. | public boolean | equals(Object oth) Return true just when this enumerator has the same state as
the given argument.. | public boolean | hasMoreElements() Tells whether this enumerator has more uniterated elements. | public int | hashCode() Return a hash code for this enumerator. | public Object | nextElement() Return the next element in the sequence, counting up, if there is one. |
currentNode | protected JMLListValueNode currentNode(Code) | | The list representing the elements yet to be returned.
|
remaining | protected int remaining(Code) | | The number of elements remaining to return.
|
JMLValueSequenceEnumerator | JMLValueSequenceEnumerator(JMLValueSequence s)(Code) | | Initialize this with the given sequence.
|
clone | public Object clone()(Code) | | Return a clone of this enumerator.
|
equals | public boolean equals(Object oth)(Code) | | Return true just when this enumerator has the same state as
the given argument..
|
hasMoreElements | public boolean hasMoreElements()(Code) | | Tells whether this enumerator has more uniterated elements.
|
hashCode | public int hashCode()(Code) | | Return a hash code for this enumerator.
|
|
|