ICU 65.1  65.1
Public Member Functions
icu::Locale::Iterator Class Referenceabstract

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>.

Draft:
This API may be changed in the future versions and was introduced in ICU 65

Definition at line 1003 of file locid.h.

Constructor & Destructor Documentation

◆ ~Iterator()

virtual icu::Locale::Iterator::~Iterator ( )
virtual
Draft:
This API may be changed in the future versions and was introduced in ICU 65

Member Function Documentation

◆ hasNext()

virtual UBool icu::Locale::Iterator::hasNext ( ) const
pure virtual
Returns
TRUE if next() can be called again.
Draft:
This API may be changed in the future versions and was introduced in ICU 65

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

◆ next()

virtual const Locale& icu::Locale::Iterator::next ( )
pure virtual
Returns
the next locale.
Draft:
This API may be changed in the future versions and was introduced in ICU 65

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


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