Searched defs:removeNull (Results 1 - 3 of 3) sorted by relevance
/external/emma/core/java12/com/vladium/util/ | ||
H A D | Strings.java | 48 public static String [] removeDuplicates (final String [] strings, final boolean removeNull) argument 61 if (removeNull && (s == null)) continue; 83 * @param removeNull 86 public static String [] merge (final String [] strings, final String delimiters, final boolean removeNull) argument 102 if (removeNull && (s == null)) continue; |
/external/emma/lib/ | ||
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/external/owasp/sanitizer/tools/emma/lib/ | ||
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
Completed in 174 milliseconds