- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for get$index (0.05 sec)
-
android/guava/src/com/google/common/collect/MapMakerInternalMap.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 90K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Sets.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 81.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/IteratorsTest.java
public E next() { checkConcurrentModification(); if (!hasNext()) { throw new NoSuchElementException(); } canRemove = true; return elements.get(index++); } @Override public void remove() { checkConcurrentModification(); checkRemove(canRemove); elements.remove(--index); expectedModCount = ++modCount;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 54.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/IteratorsTest.java
public E next() { checkConcurrentModification(); if (!hasNext()) { throw new NoSuchElementException(); } canRemove = true; return elements.get(index++); } @Override public void remove() { checkConcurrentModification(); checkRemove(canRemove); elements.remove(--index); expectedModCount = ++modCount;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 54.4K bytes - Viewed (0)