com.liferay.faces.bridge.util
Class LocaleIterator
java.lang.Object
com.liferay.faces.bridge.util.LocaleIterator
- All Implemented Interfaces:
- Iterator<Locale>
public class LocaleIterator
- extends Object
- implements Iterator<Locale>
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocaleIterator
public LocaleIterator(Enumeration<Locale> localeEnumeration)
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.