xxl.cursors
Class Divider.IntegerDividerFunction

java.lang.Object
  |
  +--xxl.functions.Function
        |
        +--xxl.cursors.Divider.DividerFunction
              |
              +--xxl.cursors.Divider.IntegerDividerFunction

public abstract static class Divider.IntegerDividerFunction
extends Divider.DividerFunction


Fields inherited from class xxl.functions.Function
IDENTITY
 
Constructor Summary
Divider.IntegerDividerFunction(int partitions)
           
 
Method Summary
protected  java.lang.Integer newInteger(int i)
           
protected abstract  java.util.Iterator newIterator(java.lang.Object o)
           
 
Methods inherited from class xxl.cursors.Divider.DividerFunction
invoke
 
Methods inherited from class xxl.functions.Function
concatenate, invoke, invoke, invoke, returnFirst, returnFirst, returnFirst, returnLast, returnLast, returnLast, returnNth, returnNth, returnNth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Divider.IntegerDividerFunction

public Divider.IntegerDividerFunction(int partitions)
Method Detail

newInteger

protected java.lang.Integer newInteger(int i)

newIterator

protected abstract java.util.Iterator newIterator(java.lang.Object o)
Overrides:
newIterator in class Divider.DividerFunction