blob: 31d396e69d717a9e2477d4a7b3cd53256bcd4586 [file] [log] [blame]
package java.util;
public interface Map<K,V> {
public interface Entry<K,V> {
}
}