java.util.Pair

Stephen Colebourne scolebourne at joda.org
Tue Mar 30 21:01:57 UTC 2010


(I´m writing from a slow connection in a national park in Chile)

I meant a decortator for an iterator that wraps the original making it
immutable.

Stephen

On 30 March 2010 16:55, Martin Buchholz <martinrb at google.com> wrote:
> 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