com.liferay.faces.util.map
Class PropertyMapEntrySet<V>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet<Map.Entry<String,V>>
              extended by com.liferay.faces.util.map.PropertyMapEntrySet<V>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Map.Entry<String,V>>, Collection<Map.Entry<String,V>>, Set<Map.Entry<String,V>>

public class PropertyMapEntrySet<V>
extends HashSet<Map.Entry<String,V>>

Author:
Neil Griffin
See Also:
Serialized Form

Nested Class Summary
 class PropertyMapEntrySet.IteratorWrapper
           
 
Constructor Summary
PropertyMapEntrySet()
           
 
Method Summary
 Iterator<Map.Entry<String,V>> iterator()
           
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

PropertyMapEntrySet

public PropertyMapEntrySet()
Method Detail

iterator

public Iterator<Map.Entry<String,V>> iterator()
Specified by:
iterator in interface Iterable<Map.Entry<String,V>>
Specified by:
iterator in interface Collection<Map.Entry<String,V>>
Specified by:
iterator in interface Set<Map.Entry<String,V>>
Overrides:
iterator in class HashSet<Map.Entry<String,V>>


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