Searched defs:flavorToNative (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DSystemFlavorMap.java112 * 'flavorToNative' map.
142 private Map flavorToNative = new HashMap(); field in class:SystemFlavorMap
145 * Accessor to flavorToNative map. Since we use lazy initialization we must
149 * @return flavorToNative
155 return flavorToNative;
594 * Semantically equivalent to 'flavorToNative.get(flav)'. This method
595 * handles the case where 'flav' is not found in 'flavorToNative' depending
599 * and 'flavorToNative' remains unaffected.

Completed in 32 milliseconds