com.liferay.faces.bridge.util
Class LocaleIterator

java.lang.Object
  extended by com.liferay.faces.bridge.util.LocaleIterator
All Implemented Interfaces:
Iterator<Locale>

public class LocaleIterator
extends Object
implements Iterator<Locale>

Author:
Neil Griffin

Constructor Summary
LocaleIterator(Enumeration<Locale> localeEnumeration)
           
 
Method Summary
 boolean hasNext()
           
 Locale next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleIterator

public LocaleIterator(Enumeration<Locale> localeEnumeration)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Locale>

next

public Locale next()
Specified by:
next in interface Iterator<Locale>

remove

public void remove()
Specified by:
remove in interface Iterator<Locale>


Copyright © 2014 Liferay, Inc.. All Rights Reserved.