(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 <[email protected]> wrote: > On Tue, Mar 30, 2010 at 13:39, Stephen Colebourne <[email protected]> > 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? >
