Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for RandomAccessReverseList (0.08 seconds)

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

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

              checkState(canRemoveOrSet);
              forwardIterator.set(e);
            }
          };
        }
      }
    
      private static final class RandomAccessReverseList<T extends @Nullable Object>
          extends ReverseList<T> implements RandomAccess {
        RandomAccessReverseList(List<T> forwardList) {
          super(forwardList);
        }
      }
    
      /** An implementation of {@link List#hashCode()}. */
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 16:38:09 GMT 2026
    - 42.5K bytes
    - Click Count (0)
Back to Top