Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RandomAccessPartition (1.78 sec)

  1. android/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);
        }
      }
    
      /**
    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