com.liferay.faces.bridge.preference
Class PreferenceValueIterator
java.lang.Object
com.liferay.faces.bridge.preference.PreferenceValueIterator
- All Implemented Interfaces:
- Iterator<String>
public class PreferenceValueIterator
- extends Object
- implements Iterator<String>
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreferenceValueIterator
public PreferenceValueIterator(Enumeration<String> preferenceValues)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<String>
next
public String next()
- Specified by:
next in interface Iterator<String>
remove
public void remove()
- Specified by:
remove in interface Iterator<String>
Copyright © 2014 Liferay, Inc.. All Rights Reserved.