class Iterator

Defined at line 1023 of file ../../third_party/icu/latest/source/common/unicode/locid.h

A Locale iterator interface similar to a Java Iterator

<Locale

>.

ICU 65

Public Methods

void ~Iterator ()

ICU 65

UBool hasNext ()

Returns

true if next() can be called again.

ICU 65

const Locale & next ()

Returns

the next locale.

ICU 65