|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bezier.math.combinatorics.CombinatoricsBase
de.bezier.math.combinatorics.CombinatoricsBaseSet
de.bezier.math.combinatorics.VariationSet
public class VariationSet
A range of Variations
Represents a range of Variations. See intro to CombinationSet for an explaination of what that means.
CombinationSet
Constructor Summary | |
---|---|
VariationSet(int elements)
|
|
VariationSet(int elements,
int from,
int to)
|
Method Summary | |
---|---|
void |
rewind()
Does what it says: rewinds the internal state to start over. |
Methods inherited from class de.bezier.math.combinatorics.CombinatoricsBaseSet |
---|
hasMore, next |
Methods inherited from class de.bezier.math.combinatorics.CombinatoricsBase |
---|
nextAndStep, numberOfElements, position, positionAsInt, positionAsLong, positionInPercent, positionInPercent, total, totalAsInt, totalAsLong |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VariationSet(int elements)
public VariationSet(int elements, int from, int to)
Method Detail |
---|
public void rewind()
rewind
in class CombinatoricsBase
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |