xxl.cursors
Class Divider.DividerMap

java.lang.Object
  |
  +--xxl.cursors.Divider.DividerMap

protected class Divider.DividerMap
extends java.lang.Object


Field Summary
protected  int length
           
protected  java.util.Map map
           
protected  Function newQueue
           
 
Constructor Summary
protected Divider.DividerMap(java.util.Map map, Function newQueue, int length)
           
 
Method Summary
protected  void clear()
           
protected  Queue[] get(java.lang.Object part)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

protected java.util.Map map

newQueue

protected Function newQueue

length

protected int length
Constructor Detail

Divider.DividerMap

protected Divider.DividerMap(java.util.Map map,
                             Function newQueue,
                             int length)
Method Detail

get

protected Queue[] get(java.lang.Object part)

clear

protected void clear()