- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for suppressForUnmodifiableSet (0.11 seconds)
-
guava-testlib/src/com/google/common/collect/testing/TestsForSetsInJavaUtil.java
return asList( getSpliteratorNotImmutableCollectionAllowsAddMethod(), getSpliteratorNotImmutableCollectionAllowsRemoveMethod()); } protected Collection<Method> suppressForUnmodifiableSet() { return emptySet(); } protected Collection<Method> suppressForUnmodifiableNavigableSet() { return emptySet(); } protected Collection<Method> suppressForCheckedSet() {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Feb 19 21:24:11 GMT 2025 - 19.8K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/TestsForSetsInJavaUtil.java
return emptySet(); } protected Collection<Method> suppressForCopyOnWriteArraySet() { return Collections.emptySet(); } protected Collection<Method> suppressForUnmodifiableSet() { return emptySet(); } protected Collection<Method> suppressForCheckedSet() { return emptySet(); } protected Collection<Method> suppressForCheckedSortedSet() {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Feb 19 21:24:11 GMT 2025 - 15K bytes - Click Count (0)