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

/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/luni/src/main/java/java/lang/
H A DString.java376 // mean that we'd be wasting memory because CharsetDecoder doesn't trim the
1547 public String trim() { method in class:String

Completed in 88 milliseconds