jodd.madvoc.component
Class ActionsManager.ActionPathChunksBinarySearch
java.lang.Object
jodd.util.BinarySearch<java.lang.String>
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
|
|
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 |
deep
protected int deep
ActionsManager.ActionPathChunksBinarySearch
protected ActionsManager.ActionPathChunksBinarySearch()
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-2011 Jodd Team