ICU 73.2  73.2
Public Member Functions
icu::Locale::Iterator Class Reference

A Locale iterator interface similar to a Java Iterator<Locale>. More...

#include <locid.h>

Inheritance diagram for icu::Locale::Iterator:
icu::Locale::ConvertingIterator< Iter, Conv > icu::Locale::RangeIterator< Iter >

Public Member Functions

virtual ~Iterator ()
virtual UBool hasNext () const =0
virtual const Localenext ()=0

Detailed Description

A Locale iterator interface similar to a Java Iterator<Locale>.

Stable:
ICU 65

Definition at line 1014 of file locid.h.


Constructor & Destructor Documentation

virtual icu::Locale::Iterator::~Iterator ( ) [virtual]
Stable:
ICU 65

Member Function Documentation

virtual UBool icu::Locale::Iterator::hasNext ( ) const [pure virtual]
Returns:
true if next() can be called again.
Stable:
ICU 65

Implemented in icu::Locale::ConvertingIterator< Iter, Conv >, and icu::Locale::RangeIterator< Iter >.

virtual const Locale& icu::Locale::Iterator::next ( ) [pure virtual]

The documentation for this class was generated from the following file: