Home
last modified time | relevance | path

Searched defs:StringCharSource (Results 1 – 1 of 1) sorted by relevance

/external/guava/android/guava/src/com/google/common/io/
DCharSource.java571 private static class StringCharSource extends CharSequenceCharSource { class
572 protected StringCharSource(String seq) { in StringCharSource() method in StringCharSource