Home | History | Annotate | Download | only in util

Lines Matching defs:expectedModCount

875         private int expectedModCount = modCount;
932 expectedModCount++;
950 expectedModCount++;
955 while (modCount == expectedModCount && nextIndex < size) {
965 if (modCount != expectedModCount)
1180 int expectedModCount; // initialized when est set
1183 LLSpliterator(LinkedList<E> list, int est, int expectedModCount) {
1186 this.expectedModCount = expectedModCount;
1196 expectedModCount = lst.modCount;
1238 if (list.modCount != expectedModCount)
1250 if (list.modCount != expectedModCount)