K
public interface KeyComparator<K> extends Comparator<K>, Serializable
boolean
equals(K x, K y)
int
hash(K k)
compare, equals
boolean equals(K x, K y)
x
y
int hash(K k)
k
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.