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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java38 import com.apple.laf.AquaUtils.LazyKeyedSingleton;
128 static final LazyKeyedSingleton<Integer, Image> directionArrows = new LazyKeyedSingleton<Integer, Image>() {
H A DAquaUtils.java196 public abstract static class LazyKeyedSingleton<K, V> { class in class:AquaUtils

Completed in 46 milliseconds