Searched refs:VALUES (Results 1 – 5 of 5) sorted by relevance
27 final int[] VALUES = { field in AtomicIntegerTest218 for (int x : VALUES) { in testToString()230 for (int x : VALUES) { in testIntValue()242 for (int x : VALUES) { in testLongValue()254 for (int x : VALUES) { in testFloatValue()266 for (int x : VALUES) { in testDoubleValue()
27 final long[] VALUES = { field in AtomicLongTest221 for (long x : VALUES) { in testToString()233 for (long x : VALUES) { in testIntValue()245 for (long x : VALUES) { in testLongValue()257 for (long x : VALUES) { in testFloatValue()269 for (long x : VALUES) { in testDoubleValue()
50 final int[] VALUES = { field in AtomicIntegerTest241 for (int x : VALUES) { in testToString()253 for (int x : VALUES) { in testIntValue()265 for (int x : VALUES) { in testLongValue()277 for (int x : VALUES) { in testFloatValue()289 for (int x : VALUES) { in testDoubleValue()
50 final long[] VALUES = { field in AtomicLongTest244 for (long x : VALUES) { in testToString()256 for (long x : VALUES) { in testIntValue()268 for (long x : VALUES) { in testLongValue()280 for (long x : VALUES) { in testFloatValue()292 for (long x : VALUES) { in testDoubleValue()
274 return this.<V>getEnumeration(VALUES); in elements()771 return getIterator(VALUES); in iterator()1323 private static final int VALUES = 1; field in Hashtable1385 return type == KEYS ? (T)e.key : (type == VALUES ? (T)e.value : (T)e); in nextElement()