HomeSort by relevance Sort by last modified time
    Searched refs:ConcurrentModificationException (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /libcore/ojluni/src/main/java/java/util/
Vector.java 55 * {@link ConcurrentModificationException}. Thus, in the face of
64 * throw {@code ConcurrentModificationException} on a best-effort basis.
    [all...]
Map.java 616 * @throws ConcurrentModificationException if an entry is found to be
630 throw new ConcurrentModificationException(ise);
671 * @throws ConcurrentModificationException if an entry is found to be
685 throw new ConcurrentModificationException(ise);
695 throw new ConcurrentModificationException(ise);
    [all...]
PriorityQueue.java 535 throw new ConcurrentModificationException();
549 throw new ConcurrentModificationException();
881 throw new ConcurrentModificationException();
    [all...]
WeakHashMap.java 109 * ConcurrentModificationException}. Thus, in the face of concurrent
116 * throw <tt>ConcurrentModificationException</tt> on a best-effort basis.
188 * @see ConcurrentModificationException
789 throw new ConcurrentModificationException();
804 throw new ConcurrentModificationException();
    [all...]
HashMap.java 97 * {@link ConcurrentModificationException}. Thus, in the face of concurrent
105 * throw <tt>ConcurrentModificationException</tt> on a best-effort basis.
188 * the HashMap fail-fast. (See ConcurrentModificationException).
851 throw new ConcurrentModificationException();
869 throw new ConcurrentModificationException();
    [all...]
ArrayDeque.java 65 * ConcurrentModificationException}. Thus, in the face of concurrent
73 * throw {@code ConcurrentModificationException} on a best-effort basis.
530 throw new ConcurrentModificationException();
624 throw new ConcurrentModificationException();
653 throw new ConcurrentModificationException();
680 throw new ConcurrentModificationException();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ConcurrentModTest.java 23 import java.util.ConcurrentModificationException;
55 fail("It should throws ConcurrentModificationException.");
56 } catch (ConcurrentModificationException e) {
99 fail("It should throws ConcurrentModificationException.");
100 } catch (ConcurrentModificationException e) {
129 fail("It should throws ConcurrentModificationException.");
130 } catch (ConcurrentModificationException e) {
159 fail("It should throws ConcurrentModificationException.");
160 } catch (ConcurrentModificationException e) {
228 fail("It should throws ConcurrentModificationException.")
    [all...]
RefSortedMap.java 29 import java.util.ConcurrentModificationException;
120 throw new ConcurrentModificationException();
128 throw new ConcurrentModificationException();
139 throw new ConcurrentModificationException();
HashSetTest.java 22 import java.util.ConcurrentModificationException;
261 } catch(ConcurrentModificationException expected) {}
WeakHashMapTest.java 25 import java.util.ConcurrentModificationException;
465 } catch(ConcurrentModificationException expected) {}
479 } catch(ConcurrentModificationException expected) {}
493 } catch(ConcurrentModificationException expected) {}
507 } catch(ConcurrentModificationException expected) {}
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ArrayListMultimapTest.java 26 import java.util.ConcurrentModificationException;
78 * Test throwing ConcurrentModificationException when a sublist's ancestor's
95 fail("Expected ConcurrentModificationException");
96 } catch (ConcurrentModificationException expected) {}
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
CollectionAddAllTester.java 32 import java.util.ConcurrentModificationException;
110 fail("Expected ConcurrentModificationException");
111 } catch (ConcurrentModificationException expected) {
ListAddAtIndexTester.java 30 import java.util.ConcurrentModificationException;
78 fail("Expected ConcurrentModificationException");
79 } catch (ConcurrentModificationException expected) {
MapPutAllTester.java 33 import java.util.ConcurrentModificationException;
107 fail("Expected ConcurrentModificationException");
108 } catch (ConcurrentModificationException expected) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRemoveTester.java 32 import java.util.ConcurrentModificationException;
64 fail("Expected ConcurrentModificationException");
65 } catch (ConcurrentModificationException expected) {
ListAddAtIndexTester.java 33 import java.util.ConcurrentModificationException;
81 fail("Expected ConcurrentModificationException");
82 } catch (ConcurrentModificationException expected) {
CollectionAddAllTester.java 35 import java.util.ConcurrentModificationException;
113 fail("Expected ConcurrentModificationException");
114 } catch (ConcurrentModificationException expected) {
CollectionRemoveAllTester.java 34 import java.util.ConcurrentModificationException;
86 fail("Expected ConcurrentModificationException");
87 } catch (ConcurrentModificationException expected) {
MapPutAllTester.java 36 import java.util.ConcurrentModificationException;
110 fail("Expected ConcurrentModificationException");
111 } catch (ConcurrentModificationException expected) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MathRuntimeException.java 25 import java.util.ConcurrentModificationException;
472 * Constructs a new <code>ConcurrentModificationException</code> with specified formatted detail message.
480 public static ConcurrentModificationException createConcurrentModificationException(final String pattern,
486 * Constructs a new <code>ConcurrentModificationException</code> with specified formatted detail message.
493 public static ConcurrentModificationException createConcurrentModificationException(final Localizable pattern,
495 return new ConcurrentModificationException() {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
OpenIntToDoubleHashMap.java 23 import java.util.ConcurrentModificationException;
35 * <code>ConcurrentModificationException</code> when they detect the map has been
236 * <code>ConcurrentModificationException</code> when they detect the map
524 * @exception ConcurrentModificationException if the map is modified during iteration
528 throws ConcurrentModificationException, NoSuchElementException {
541 * @exception ConcurrentModificationException if the map is modified during iteration
545 throws ConcurrentModificationException, NoSuchElementException {
557 * @exception ConcurrentModificationException if the map is modified during iteration
561 throws ConcurrentModificationException, NoSuchElementException {
OpenIntToFieldHashMap.java 23 import java.util.ConcurrentModificationException;
37 * <code>ConcurrentModificationException</code> when they detect the map has been
248 * <code>ConcurrentModificationException</code> when they detect the map
536 * @exception ConcurrentModificationException if the map is modified during iteration
540 throws ConcurrentModificationException, NoSuchElementException {
553 * @exception ConcurrentModificationException if the map is modified during iteration
557 throws ConcurrentModificationException, NoSuchElementException {
569 * @exception ConcurrentModificationException if the map is modified during iteration
573 throws ConcurrentModificationException, NoSuchElementException {
  /external/guava/guava/src/com/google/common/collect/
AbstractMapBasedMultiset.java 31 import java.util.ConcurrentModificationException;
190 throw new ConcurrentModificationException();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractMapBasedMultiset.java 28 import java.util.ConcurrentModificationException;
187 throw new ConcurrentModificationException();
  /external/guava/guava-tests/test/com/google/common/collect/
ArrayListMultimapTest.java 34 import java.util.ConcurrentModificationException;
115 * Test throwing ConcurrentModificationException when a sublist's ancestor's
132 fail("Expected ConcurrentModificationException");
133 } catch (ConcurrentModificationException expected) {}

Completed in 461 milliseconds

12 3 4 5