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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftSynthesizer.java239 private Map<String, ModelInstrument> loadedlist field in class:SoftSynthesizer
295 loadedlist.put(pat, (ModelInstrument) instrument);
591 loadedlist.remove(pat);
616 if (!loadedlist.containsValue(to))
782 new ModelInstrument[loadedlist.values().size()];
783 loadedlist.values().toArray(inslist_array);
1271 loadedlist.clear();

Completed in 33 milliseconds