Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/math/IJKey.java @ 801:d766fe2d917a
More javadoc.
gnv-artifacts/trunk@883 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 06 Apr 2010 16:53:43 +0000 |
parents | 6cff63d0c434 |
children | f953c9a559d8 |
comparison
equal
deleted
inserted
replaced
800:db5b04ecb426 | 801:d766fe2d917a |
---|---|
46 } | 46 } |
47 } | 47 } |
48 | 48 |
49 /** | 49 /** |
50 * Hashes i and j into a common value. | 50 * Hashes i and j into a common value. |
51 * @return | 51 * @return the hash code. |
52 */ | 52 */ |
53 @Override | 53 @Override |
54 public int hashCode() { | 54 public int hashCode() { |
55 return (i << 16) | j; | 55 return (i << 16) | j; |
56 } | 56 } |