Searched defs:trim (Results 1 - 2 of 2) sorted by path

/libcore/luni/src/main/java/libcore/util/
H A DCollectionUtils.java33 * @param trim true to remove reference objects from the iterable after
37 final Iterable<? extends Reference<T>> iterable, final boolean trim) {
49 if (trim && next == null) {
36 dereferenceIterable( final Iterable<? extends Reference<T>> iterable, final boolean trim) argument
/libcore/ojluni/src/main/java/java/lang/
H A DString.java2764 * This method may be used to trim whitespace (as defined above) from
2771 public String trim() { method in class:String

Completed in 104 milliseconds