|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.collection.NumberSetShiftGroupEnumeration
public class NumberSetShiftGroupEnumeration
Enumeration that first returns a round-shift-left of all numbers and when that is exhausted it returns number sets using grouped algo until exhausted.
Constructor Summary | |
---|---|
NumberSetShiftGroupEnumeration(int[] numberSet)
Ctor. |
Method Summary | |
---|---|
boolean |
hasMoreElements()
|
int[] |
nextElement()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumberSetShiftGroupEnumeration(int[] numberSet)
numberSet
- - set of integer numbers to permutate and provide each combination.Method Detail |
---|
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration<int[]>
public int[] nextElement()
nextElement
in interface java.util.Enumeration<int[]>
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |