java.util.Pair
Martin Buchholz
martinrb at google.com
Tue Mar 30 20:55:06 UTC 2010
On Tue, Mar 30, 2010 at 13:39, Stephen Colebourne <scolebourne at joda.org> wrote:
> While I support Kevin´s summary, having a public implementation of
> Map.Entry in java.util would be very useful. (Along with making other
> private classes public - unmodifiable iterator is one IIRC)
./AbstractMap.java:569: public static class SimpleEntry<K,V>
./AbstractMap.java:699: public static class SimpleImmutableEntry<K,V>
---
Which unmodifiable iterator?
More information about the core-libs-dev
mailing list