On Tue, Mar 30, 2010 at 13:39, Stephen Colebourne <scolebou...@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?

Reply via email to