NightOwl888 / ICU4N

International Components for Unicode for .NET
Apache License 2.0
25 stars 8 forks source link

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

Open NightOwl888 opened 4 years ago

NightOwl888 commented 4 years ago

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.