- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ConcatenatedCharSource (0.08 seconds)
-
android/guava/src/com/google/common/io/CharSource.java
} @Override public String toString() { return "CharSource.empty()"; } } private static final class ConcatenatedCharSource extends CharSource { private final Iterable<? extends CharSource> sources; ConcatenatedCharSource(Iterable<? extends CharSource> sources) { this.sources = checkNotNull(sources); } @OverrideCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 25.7K bytes - Click Count (0)