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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java1147 HashMap<String, Boolean> existsMap; field in class:FontConfiguration
1151 } else if (existsMap == null) {
1152 existsMap = new HashMap<String, Boolean>();
1154 Boolean exists = existsMap.get(fileName);
1166 existsMap.put(fileName, exists);

Completed in 75 milliseconds