Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 11 of 11 for forArray (0.04 seconds)

  1. guava-tests/test/com/google/common/collect/OrderingTest.java

      }
    
      public void testLeastOfIterator_simple_negativeOne() {
        assertThrows(
            IllegalArgumentException.class,
            () -> numberOrdering.leastOf(Iterators.forArray(3, 4, 5, -1), -1));
      }
    
      public void testLeastOfIterable_singleton_0() {
        List<Integer> result = numberOrdering.leastOf(asList(3), 0);
        assertTrue(result instanceof RandomAccess);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 43.2K bytes
    - Click Count (0)
Back to Top