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

/opengrok-jel/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-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java928 * Get a map from author names to their ids in the database. The authors
934 * @return a map from author names to author ids
940 HashMap<String, Integer> map = new HashMap<String, Integer>();
946 map.put(rs.getString(1), rs.getInt(2));
956 if (!map.containsKey(author)) {
961 map.put(author, id);
966 return map;
989 * @param dirMap a map which will be filled with directory names and ids
990 * @param fileMap a map which will be filled with file names and ids
1008 // Add the file to the database and to the map i
1047 populateFileOrDirMap(PreparedStatement ps, int reposId, Map<String, Integer> map) argument
1078 addAllDirs(PreparedStatement ps, int reposId, String fullPath, Map<String, Integer> map) argument
[all...]
H A DFileHistoryCache.java194 HashMap<String, List<HistoryEntry>> map =
199 List<HistoryEntry> list = map.get(s);
202 map.put(s, list);
209 for (Map.Entry<String, List<HistoryEntry>> e : map.entrySet()) {
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.java154 final public void newPhrases(Map map) throws ParseException { argument
163 newPhrase(map);
286 final public void newPhrase(Map map) throws ParseException { argument
305 if (map != null) map.put(key, values.toString());
H A DArchiveParser.jj327 void newPhrase(Map map) :
336 { if (map != null) map.put(key, values.toString()); }
/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java117 fch.map(FileChannel.MapMode.READ_ONLY, 0, fch.size());
/opengrok-jel/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 29 milliseconds