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

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
IteratorFeature.java 53 public static final Set<IteratorFeature> UNMODIFIABLE =
  /external/guava/guava-tests/test/com/google/common/collect/
PeekingIteratorTest.java 21 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE;
80 // Check with unmodifiable lists
81 new IteratorTester<T>(list.size() * 2 + 2, UNMODIFIABLE, list,

Completed in 927 milliseconds