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

  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
UnmodifiableCollectionTests.java 110 * @param sampleElement an element of the same type as that contained by
112 * sampleElement} as a member.
115 Collection<E> collection, E sampleElement) {
117 siblingCollection.add(sampleElement);
121 collection.add(sampleElement);
146 collection.remove(sampleElement);
180 * @param sampleElement an element of the same type as that contained by
181 * {@code set}. {@code set} may or may not have {@code sampleElement} as a
185 Set<E> set, E sampleElement) {
186 assertCollectionIsUnmodifiable(set, sampleElement);
    [all...]

Completed in 50 milliseconds