|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jmlspecs.jmlunit.strategies.LongAbstractStrategy
org.jmlspecs.jmlunit.strategies.LongCompositeStrategy
A composition of several LongStrategys
CompositeIterator| Field Summary | |
private LongStrategyType[] |
strats
The indefinite iterators being concatenated. |
| Constructor Summary | |
LongCompositeStrategy(LongStrategyType s)
Initialize this composite to return the iterator given by the given argument strategy. |
|
LongCompositeStrategy(LongStrategyType s1,
LongStrategyType s2)
Initialize this composite to return the iterator given by the given argument strategies, in order. |
|
LongCompositeStrategy(LongStrategyType[] strats)
Initialize this composite to return the iterator given by the given argument strategies, in order. |
|
| Method Summary | |
LongIterator |
longIterator()
Compute a fresh LongIterator, which can be used to provide test data of type long. |
| Methods inherited from class org.jmlspecs.jmlunit.strategies.LongAbstractStrategy |
iterator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private LongStrategyType[] strats
| Constructor Detail |
public LongCompositeStrategy(LongStrategyType s)
public LongCompositeStrategy(LongStrategyType s1,
LongStrategyType s2)
public LongCompositeStrategy(LongStrategyType[] strats)
| Method Detail |
public LongIterator longIterator()
LongStrategyType
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||