comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/fixings/FixAnalysisCalculation.java @ 6574:4930ea445bdd

Docs, cosmetics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 17 Jul 2013 09:57:10 +0200
parents 767b51f8fa9c
children 437856cec419
comparison
equal deleted inserted replaced
6573:7d86ed4537d9 6574:4930ea445bdd
287 } 287 }
288 288
289 return results; 289 return results;
290 } 290 }
291 291
292 /** Returns the mapped value of colIdx or the size of the hashmap. */
292 private static final int getIndex(TIntIntHashMap map, int colIdx) { 293 private static final int getIndex(TIntIntHashMap map, int colIdx) {
293 if (map.containsKey(colIdx)) { 294 if (map.containsKey(colIdx)) {
294 return map.get(colIdx); 295 return map.get(colIdx);
295 } 296 }
296 int index = map.size(); 297 int index = map.size();

http://dive4elements.wald.intevation.org