com.liferay.faces.bridge.util
Class StringIterator
java.lang.Object
com.liferay.faces.bridge.util.StringIterator
- All Implemented Interfaces:
- Iterator<String>
public class StringIterator
- 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 |
StringIterator
public StringIterator(Enumeration<String> stringEnumeration)
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.