|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.noggit.CharUtil
public class CharUtil
Constructor Summary | |
---|---|
CharUtil()
|
Method Summary | |
---|---|
int |
compare(char[] a,
int a_start,
int a_end,
char[] b,
int b_start,
int b_end)
|
long |
parseLong(char[] arr,
int start,
int end)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CharUtil()
Method Detail |
---|
public long parseLong(char[] arr, int start, int end)
public int compare(char[] a, int a_start, int a_end, char[] b, int b_start, int b_end)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |