Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for RandomAccessPartition (0.11 seconds)

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

        }
    
        @Override
        public boolean isEmpty() {
          return list.isEmpty();
        }
      }
    
      private static final class RandomAccessPartition<T extends @Nullable Object> extends Partition<T>
          implements RandomAccess {
        RandomAccessPartition(List<T> list, int size) {
          super(list, size);
        }
      }
    
      /**
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 42.6K bytes
    - Click Count (0)
Back to Top