Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for RandomAccess (0.09 sec)

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

       * iterable is empty, {@code Optional.absent()} is returned. If the underlying {@code iterable} is
       * a {@link List} with {@link java.util.RandomAccess} support, then this operation is guaranteed
       * to be {@code O(1)}.
       *
       * <p><b>{@code Stream} equivalent:</b> {@code stream.reduce((a, b) -> b)}.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Sep 24 13:42:31 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Multimaps.java

       * toString} methods for the multimap and its returned views. The multimap's {@code get}, {@code
       * removeAll}, and {@code replaceValues} methods return {@code RandomAccess} lists if the factory
       * does. However, the multimap's {@code get} method returns instances of a different class than
       * does {@code factory.get()}.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 16 21:21:17 UTC 2024
    - 86.3K bytes
    - Viewed (0)
Back to top