com.banda.function.domain
Class RangeFunEnumerator<T>
java.lang.Object
com.banda.function.domain.RangeFunEnumerator<T>
- All Implemented Interfaces:
- Enumerator<Collection<T>>, FunctionInputEnumerator<T>
public abstract class RangeFunEnumerator<T>
- extends Object
- implements FunctionInputEnumerator<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RangeFunEnumerator
public RangeFunEnumerator(Integer arity,
T rangeFrom,
T rangeTo)
incStep
protected abstract T incStep(T element)
createNewArray
protected abstract T[] createNewArray()
enumerate
public Collection<Collection<T>> enumerate()
- Specified by:
enumerate in interface Enumerator<Collection<T>>
Copyright © 2012. All Rights Reserved.