Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for StringAsImmutableList (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava/src/com/google/common/collect/Lists.java

      }
    
      @SuppressWarnings("serial") // serialized using ImmutableList serialization
      private static final class StringAsImmutableList extends ImmutableList<Character> {
    
        private final String string;
    
        StringAsImmutableList(String string) {
          this.string = string;
        }
    
        @Override
        public int indexOf(@Nullable Object object) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 16:38:09 GMT 2026
    - 42.1K bytes
    - Click Count (0)
Back to Top