HomeSort by relevance Sort by last modified time
    Searched full:ncopies (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 669 * @tests java.util.Collections#nCopies(int, java.lang.Object)
674 method = "nCopies",
678 // Test for method java.util.List java.util.Collections.nCopies(int,
681 List l = Collections.nCopies(100, o);
688 assertTrue("null nCopies contains", !Collections.nCopies(2, null)
690 assertTrue("null nCopies contains null", Collections.nCopies(2, null)
692 l = Collections.nCopies(20, null);
706 Collections.nCopies(-2, new HashSet())
    [all...]
  /external/guava/src/com/google/common/collect/
Iterables.java 292 * {@code Iterables.concat(Collections.nCopies(n, iterable))}
322 * {@code Iterables.concat(Collections.nCopies(n, Arrays.asList(elements)))}
Multiset.java 102 * of overflow) to the call {@code addAll(Collections.nCopies(element,
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/guava/javadoc/com/google/common/collect/
ForwardingMultiset.html 391 of overflow) to the call <code>addAll(Collections.nCopies(element,
    [all...]
Iterables.html     [all...]
EnumMultiset.html     [all...]
HashMultiset.html     [all...]
LinkedHashMultiset.html     [all...]
Multiset.html 387 of overflow) to the call <code>addAll(Collections.nCopies(element,
    [all...]
TreeMultiset.html     [all...]
  /libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /prebuilt/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]
  /prebuilt/sdk/5/
android.jar 

Completed in 398 milliseconds