Home
last modified time | relevance | path

Searched refs:HashMap (Results 1 – 3 of 3) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DButtonManager.java5 import java.util.HashMap;
24 buttons = new HashMap<String, Place2>(); in ButtonManager()
H A DComponentResizer.java13 import java.util.HashMap;
30 private static Map<Integer, Integer> cursors = new HashMap<Integer, Integer>();
/plugin/processing/
H A Dscript.js492 var HashMap = (function() { function
526 function HashMap() { class in HashMap
527 if (arguments.length === 1 && arguments[0].constructor === HashMap) {
706 var map = new HashMap();
863 return HashMap;
1014 p.HashMap = HashMap;