Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StringAsImmutableList (0.09 sec)

  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) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 42.2K bytes
    - Viewed (0)
Back to top