Thanks for the replies; I ended up figuring out a way to not require it. On Sat, Feb 24, 2018 at 9:42 PM Emmanuel Lécharny <[email protected]> wrote:
> > > Le 25/02/2018 à 00:59, Jonathan Valliere a écrit : > > Hi Everyone, > > > > Working on a couple of bugs and needed an Immutable Iterator. Is there > an > > Immutable Iterator in any of the existing dependencies or the codebase of > > Mina that I should use instead of adding one. > > We don't have any dependencies in mina-core. The idea was to make it as > easy as possible to embed it. > > As suggested by Christopher, Collections.unmodifiableList( list > ).iterator() is an option. > > > In which context do you need such a thing ? > > -- > Emmanuel Lecharny > > Symas.com > directory.apache.org > >
