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

/openjdk7/jdk/test/java/util/EnumMap/
H A DToArray.java34 enum Country { FRENCH, POLISH } enum constant in enum:ToArray.Country
38 m.put(Country.POLISH, "sausage");
45 ((Map.Entry)z[1]).getKey() == Country.POLISH))
54 x2[1].getKey() == Country.POLISH &&
64 y2[1].getKey() == Country.POLISH))

Completed in 52 milliseconds