| java.lang.Object org.jmlspecs.models.JMLObjectBagEnumerator
Method Summary | |
protected JMLObjectBag | abstractValue() Return the abstract value of this bag enumerator. | 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 this, if there is one. |
currEntry | protected Object currEntry(Code) | | The current entry.
|
currentCount | protected int currentCount(Code) | | The remaining count of repetitions that the current entry
should be returned.
|
JMLObjectBagEnumerator | JMLObjectBagEnumerator(JMLObjectBag b)(Code) | | Initialize this with the given bag.
|
abstractValue | protected JMLObjectBag abstractValue()(Code) | | Return the abstract value of this bag enumerator.
|
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.
|
|
|