678679680681682683684685686687688
return containsKey(v); } public CharIterator iterator() { return new CharIterator() { int nextEntry = nextEntry(0); int lastEntry = -1; int nextEntry(int index) {
53545556575859606162
} public int hashCode() { int h = 0; CharIterator i = iterator(); while (i.hasNext()) h += DefaultCharHashFunction.INSTANCE.hash(i.next()); return h; }