absoluteUrlStr(String urlStr, URL contextUrl) | Acme.Utils | [static] |
arraycontains(Object[] array, Object element) | Acme.Utils | [static] |
arrayToString(Object o) | Acme.Utils | [static] |
baseUrlStr(String urlStr) | Acme.Utils | [static] |
charCount(String str, char c) | Acme.Utils | [static] |
copyStream(InputStream in, OutputStream out) | Acme.Utils | [static] |
copyStream(Reader in, Writer out) | Acme.Utils | [static] |
copyStream(InputStream in, Writer out) | Acme.Utils | [static] |
copyStream(Reader in, OutputStream out) | Acme.Utils | [static] |
countOnes(byte n) | Acme.Utils | [static] |
countOnes(int n) | Acme.Utils | [static] |
countOnes(long n) | Acme.Utils | [static] |
dumpStack(PrintStream p) | Acme.Utils | [static] |
dumpStack() | Acme.Utils | [static] |
equalsStrings(String[] strings1, String[] strings2) | Acme.Utils | [static] |
even(long n) | Acme.Utils | [static] |
fixDirUrlStr(String urlStr) | Acme.Utils | [static] |
flattenStrarr(String[] strs) | Acme.Utils | [static] |
indexOfString(String[] strings, String string) | Acme.Utils | [static] |
indexOfStringIgnoreCase(String[] strings, String string) | Acme.Utils | [static] |
instanceOf(Object o, Class cl) | Acme.Utils | [static] |
INT_DAY | Acme.Utils | [static] |
INT_DECADE | Acme.Utils | [static] |
INT_HOUR | Acme.Utils | [static] |
INT_MINUTE | Acme.Utils | [static] |
INT_MONTH | Acme.Utils | [static] |
INT_SECOND | Acme.Utils | [static] |
INT_WEEK | Acme.Utils | [static] |
INT_YEAR | Acme.Utils | [static] |
intervalStr(long interval) | Acme.Utils | [static] |
longfmt | Acme.Utils | [package, static] |
lsDateStr(Date date) | Acme.Utils | [static] |
match(String pattern, String string) | Acme.Utils | [static] |
matchSpan(String pattern, String string) | Acme.Utils | [static] |
matchSpan1(String pattern, String string) | Acme.Utils | [package, static] |
odd(long n) | Acme.Utils | [static] |
parseInt(String str, int def) | Acme.Utils | [static] |
parseLong(String str, long def) | Acme.Utils | [static] |
plainUrl(URL context, String urlStr) | Acme.Utils | [static] |
plainUrl(String urlStr) | Acme.Utils | [static] |
pluralStr(long n) | Acme.Utils | [static] |
popenr(String cmd) | Acme.Utils | [static] |
popenw(String cmd) | Acme.Utils | [static] |
pow(long a, long b) | Acme.Utils | [static] |
putAll(Hashtable _dest, Hashtable _src) | Acme.Utils | [static] |
read(InputStream in, byte[] b, int off, int len) | Acme.Utils | [static] |
readFully(InputStream in, byte[] b, int off, int len) | Acme.Utils | [static] |
runCommand(String cmd) | Acme.Utils | [static] |
sameSpan(String str1, String str2) | Acme.Utils | [static] |
shortfmt | Acme.Utils | [package, static] |
sortStrings(String[] strings) | Acme.Utils | [static] |
splitStr(String str) | Acme.Utils | [static] |
splitStr(String str, char delim) | Acme.Utils | [static] |
strCSpan(String str, String charSet) | Acme.Utils | [static] |
strCSpan(String str, String charSet, int fromIdx) | Acme.Utils | [static] |
strSpan(String str, String charSet) | Acme.Utils | [static] |
strSpan(String str, String charSet, int fromIdx) | Acme.Utils | [static] |
system(String cmd) | Acme.Utils | [static] |
urlDecoder(String encoded) | Acme.Utils | [static] |
urlStrIsAbsolute(String urlStr) | Acme.Utils | [static] |
urlStrIsDir(String urlStr) | Acme.Utils | [static] |