- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for checkForConcurrentModification (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/collect/AbstractMapBasedMultiset.java
@ParametricNullness abstract T result(int entryIndex); private void checkForConcurrentModification() { if (backingMap.modCount != expectedModCount) { throw new ConcurrentModificationException(); } } @Override public boolean hasNext() { checkForConcurrentModification(); return entryIndex >= 0; } @Override @ParametricNullnessCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 05 23:15:58 GMT 2025 - 7.9K bytes - Click Count (0)