- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ConcatenatedCharSource (0.19 sec)
-
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); } @Override
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 14:20:11 UTC 2024 - 25.5K bytes - Viewed (0)