[PATCH 19 of 19] Doc
Wald Commits
scm-commit at wald.intevation.org
Mon Sep 30 17:30:44 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1380555675 -7200
# Node ID 9cd3ff139601b9b345485bf2c876a9693ddc7d43
# Parent 8817bb81cf27ddc952112f966d3e40428c04af75
Doc.
diff -r 8817bb81cf27 -r 9cd3ff139601 artifacts/src/main/java/org/dive4elements/river/utils/KMIndex.java
--- a/artifacts/src/main/java/org/dive4elements/river/utils/KMIndex.java Mon Sep 30 17:40:42 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/utils/KMIndex.java Mon Sep 30 17:41:15 2013 +0200
@@ -80,6 +80,7 @@
Collections.sort(entries);
}
+ /** Return the first entry at km. */
public Entry<A> search(double km) {
for (Entry<A> entry: entries) {
if (entry.epsilonEquals(km)) {
More information about the Dive4elements-commits
mailing list