jodd.madvoc.component
Class ActionsManager.ActionPathChunksBinarySearch

java.lang.Object
  extended by jodd.util.BinarySearch<java.lang.String>
      extended by jodd.madvoc.component.ActionsManager.ActionPathChunksBinarySearch
Enclosing class:
ActionsManager

protected class ActionsManager.ActionPathChunksBinarySearch
extends jodd.util.BinarySearch<java.lang.String>

Binary search for action paths chunks.


Field Summary
protected  int deep
           
 
Constructor Summary
protected ActionsManager.ActionPathChunksBinarySearch()
           
 
Method Summary
protected  int compare(int index, java.lang.String element)
           
protected  java.lang.String get(int index, int deep)
          Returns chunk deep of a path at index.
protected  int getLastIndex()
           
 
Methods inherited from class jodd.util.BinarySearch
find, find, find, findFirst, findFirst, findFirst, findLast, findLast, findLast, forList, forList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deep

protected int deep
Constructor Detail

ActionsManager.ActionPathChunksBinarySearch

protected ActionsManager.ActionPathChunksBinarySearch()
Method Detail

get

protected java.lang.String get(int index,
                               int deep)
Returns chunk deep of a path at index.


compare

protected int compare(int index,
                      java.lang.String element)
Specified by:
compare in class jodd.util.BinarySearch<java.lang.String>

getLastIndex

protected int getLastIndex()
Specified by:
getLastIndex in class jodd.util.BinarySearch<java.lang.String>


Copyright © 2003-2012 Jodd Team