mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
more classpath classes
This commit is contained in:
@ -9,6 +9,10 @@ public interface Map<K, V> {
|
||||
|
||||
public V remove(K key);
|
||||
|
||||
public void clear();
|
||||
|
||||
public Set<Entry<K, V>> entrySet();
|
||||
|
||||
public interface Entry<K, V> {
|
||||
public K getKey();
|
||||
|
||||
|
Reference in New Issue
Block a user