ICU4N icon indicating copy to clipboard operation
ICU4N copied to clipboard

Convert Public Java Iterator classes to .NET Enumerators or Mark Internal

Open NightOwl888 opened this issue 4 years ago • 0 comments

With the possible exception of BreakIterator and its subclasses, all public iterators should be converted to enumerators or (if not critical end user functionality) marked internal so they can be dealt with later.

Most of this work has already been completed, with the exception of iterators in the ICU4N.Collation assembly.

NightOwl888 avatar Mar 14 '20 15:03 NightOwl888