mirror of
https://github.com/corda/corda.git
synced 2025-01-21 12:05:08 +00:00
Merge pull request #321 from joshuawarner32/map-hashcode-equals
add hashCode and equals methods to java/util/Map
This commit is contained in:
commit
aa4038ed3d
@ -35,6 +35,10 @@ public interface Map<K, V> {
|
|||||||
|
|
||||||
public Collection<V> values();
|
public Collection<V> values();
|
||||||
|
|
||||||
|
public boolean equals(Object other);
|
||||||
|
|
||||||
|
public int hashCode();
|
||||||
|
|
||||||
public interface Entry<K, V> {
|
public interface Entry<K, V> {
|
||||||
public K getKey();
|
public K getKey();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user