mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
API additions for compatibility with harmony's java.util package
This commit is contained in:
@ -40,6 +40,6 @@ public interface Map<K, V> {
|
||||
|
||||
public V getValue();
|
||||
|
||||
public void setValue(V value);
|
||||
public V setValue(V value);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user