Searched defs:modCount (Results 1 – 14 of 14) sorted by relevance
69 static int modCount(ArrayList<?> list) { in modCount() method in ArrayManagement103 int modCount = modCount(list); in addOneElement() local111 assertEquals(modCount(list), modCount + 1); in addOneElement() local
56 public int modCount() { return modCount; } in modCount() method in ArrayManagement.PublicVector86 int modCount = list.modCount(); in addOneElement() local94 assertEquals(list.modCount(), modCount + 1); in addOneElement() local
67 protected transient int modCount = 0; // 0x0 field in AbstractList
193 transient int modCount; field in PriorityQueue
278 transient int modCount; field in HashMap
128 transient int modCount; // non-private to simplify nested class access field in PriorityQueue
628 protected transient int modCount = 0; field in AbstractList
172 private transient int modCount = 0; field in Hashtable
190 int modCount; field in WeakHashMap
376 int modCount; field in Scanner
189 transient int modCount; field in IdentityHashMap
408 transient int modCount; field in HashMap
134 private transient int modCount = 0; field in TreeMap
180 int modCount; field in Matcher