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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMSelection.java78 static HashMap selectionMap; field in class:XMSelection
93 selectionMap = new HashMap();
158 selectionMap.put(Long.valueOf(atom.getAtom()),this); // add mapping from atom to the instance of XMSelection
218 return (XMSelection) selectionMap.get(Long.valueOf(selection));

Completed in 48 milliseconds