Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for latest (0.49 sec)

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

      }
    
      /**
       * Returns the last element of {@code iterable}. If {@code iterable} is a {@link List} with {@link
       * RandomAccess} support, then this operation is guaranteed to be {@code O(1)}.
       *
       * <p><b>{@code Stream} equivalent:</b> {@link Streams#findLast Streams.findLast(stream).get()}
       *
       * @return the last element of {@code iterable}
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 42.5K bytes
    - Viewed (0)
Back to top