API additions for compatibility with harmony's java.util package

This commit is contained in:
Zsombor Gegesy
2010-08-15 14:01:33 +02:00
parent fc2c6d5100
commit 5dadac2cb8
9 changed files with 93 additions and 4 deletions

View File

@ -40,6 +40,6 @@ public interface Map<K, V> {
public V getValue();
public void setValue(V value);
public V setValue(V value);
}
}