]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-52_1/main/classes/core/src/com/ibm/icu/impl/IntTrie.java
Upgrade ICU4J.
[Dictionary.git] / jars / icu4j-52_1 / main / classes / core / src / com / ibm / icu / impl / IntTrie.java
similarity index 98%
rename from jars/icu4j-4_8_1_1/main/classes/core/src/com/ibm/icu/impl/IntTrie.java
rename to jars/icu4j-52_1/main/classes/core/src/com/ibm/icu/impl/IntTrie.java
index edcf19e7364bce242f51c4ed12d30a2751f092a1..3b2ecfad5722c0edf2f502b20d92a0340a76dc9c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and   *
+* Copyright (C) 1996-2011, International Business Machines Corporation and   *
 * others. All Rights Reserved.                                               *
 ******************************************************************************
 */
@@ -232,6 +232,11 @@ public class IntTrie extends Trie
         }
         return false;
     }
+    
+    public int hashCode() {
+        assert false : "hashCode not designed";
+        return 42;
+    }
     ///CLOVER:ON
     
     // protected methods -----------------------------------------------