com.liferay.faces.bridge.preference
Class PreferenceValueIterator

java.lang.Object
  extended by com.liferay.faces.bridge.preference.PreferenceValueIterator
All Implemented Interfaces:
Iterator<String>

public class PreferenceValueIterator
extends Object
implements Iterator<String>

Author:
Neil Griffin

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

Constructor Detail

PreferenceValueIterator

public PreferenceValueIterator(Enumeration<String> preferenceValues)
Method Detail

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.