Searched refs:VALUES (Results 1 – 3 of 3) sorted by relevance
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()
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()
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()