com.liferay.faces.util.map
Class PropertyMapEntrySet.IteratorWrapper

java.lang.Object
  extended by com.liferay.faces.util.map.PropertyMapEntrySet.IteratorWrapper
All Implemented Interfaces:
Iterator<Map.Entry<String,V>>
Enclosing class:
PropertyMapEntrySet<V>

public class PropertyMapEntrySet.IteratorWrapper
extends Object
implements Iterator<Map.Entry<String,V>>


Constructor Summary
PropertyMapEntrySet.IteratorWrapper(Iterator<Map.Entry<String,V>> iterator)
           
 
Method Summary
 boolean hasNext()
           
 Map.Entry<String,V> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMapEntrySet.IteratorWrapper

public PropertyMapEntrySet.IteratorWrapper(Iterator<Map.Entry<String,V>> iterator)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Map.Entry<String,V>>

next

public Map.Entry<String,V> next()
Specified by:
next in interface Iterator<Map.Entry<String,V>>

remove

public void remove()
Specified by:
remove in interface Iterator<Map.Entry<String,V>>


Copyright © 2015 Liferay, Inc.. All rights reserved.