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

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EnumSetTest.java 418 Collection<HugeEnum> hugeCollection = new ArrayList<HugeEnum>();
419 hugeCollection.add(HugeEnum.a);
420 hugeCollection.add(HugeEnum.b);
421 result = hugeSet.addAll(hugeCollection);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
EnumSetTest.java 418 Collection<HugeEnum> hugeCollection = new ArrayList<HugeEnum>();
419 hugeCollection.add(HugeEnum.a);
420 hugeCollection.add(HugeEnum.b);
421 result = hugeSet.addAll(hugeCollection);
866 Collection<HugeEnum> hugeCollection = new ArrayList<HugeEnum>();
867 hugeCollection.add(HugeEnum.a);
868 result = hugeSet.containsAll(hugeCollection);
    [all...]

Completed in 278 milliseconds