Searched refs:createConcurrentModificationException (Results 1 - 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DMathRuntimeException.java477 * @deprecated as of 2.2 replaced by {@link #createConcurrentModificationException(Localizable, Object...)}
480 public static ConcurrentModificationException createConcurrentModificationException(final String pattern, method in class:MathRuntimeException
482 return createConcurrentModificationException(new DummyLocalizable(pattern), arguments);
493 public static ConcurrentModificationException createConcurrentModificationException(final Localizable pattern, method in class:MathRuntimeException
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DOpenIntToDoubleHashMap.java530 throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHILE_ITERATING);
547 throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHILE_ITERATING);
564 throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHILE_ITERATING);
H A DOpenIntToFieldHashMap.java542 throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHILE_ITERATING);
559 throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHILE_ITERATING);
576 throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHILE_ITERATING);

Completed in 672 milliseconds