Home
last modified time | relevance | path

Searched refs:INITIAL_CAPACITY_NOT_POSITIVE (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java115 INITIAL_CAPACITY_NOT_POSITIVE("initial capacity ({0}) is not positive"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DResizableDoubleArray.java776 LocalizedFormats.INITIAL_CAPACITY_NOT_POSITIVE, in setInitialCapacity()