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

/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DInterner.java54 private final Map<T, T> map = new HashMap<T, T>(); field in class:Interner
77 T interned = map.get(instance);
81 map.put(interned, interned);
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.java155 final public void newPhrases(Map map) throws ParseException { argument
165 newPhrase(map);
295 final public void newPhrase(Map map) throws ParseException { argument
315 if (map != null) map.put(key, values.toString());
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java947 * Get a map from author names to their ids in the database. The authors
953 * @return a map from author names to author ids
958 HashMap<String, Integer> map = new HashMap<String, Integer>();
964 map.put(rs.getString(1), rs.getInt(2));
974 if (!map.containsKey(author)) {
979 map.put(author, id);
984 return map;
990 HashMap<String, Integer> map = new HashMap<String, Integer>();
996 map.put(rs.getString(1), rs.getInt(2));
1006 if (tags != null && !map
1095 populateFileOrDirMap( PreparedStatement ps, int reposId, Map<String, Integer> map) argument
1124 addAllDirs( PreparedStatement ps, int reposId, String fullPath, Map<String, Integer> map) argument
[all...]
/opengrok-sun/lib/
H A Dswing-layout-0.9.jar ... .Map CONTAINER_GAPS private static final java.util.Map INDENT_GAPS private static final java.util.Map VISUAL_MARGINS ...
H A Dbcel-5.2.jar ... classfile.ConstantPool constant_pool private static java.util.Map readers protected void " href="/source/s?defs= ...

Completed in 1840 milliseconds