Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for movable (1.26 sec)

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

       * @since 14.0
       */
      public <E extends T> List<E> greatestOf(Iterator<E> iterator, int k) {
        return this.<E>reverse().leastOf(iterator, k);
      }
    
      /**
       * Returns a <b>mutable</b> list containing {@code elements} sorted by this ordering; use this
       * only when the resulting list may need further modification, or may contain {@code null}. The
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed Apr 24 19:38:27 GMT 2024
    - 39.4K bytes
    - Viewed (0)
Back to top