org.apache.myfaces.config.element
Class MapEntries
java.lang.Object
org.apache.myfaces.config.element.MapEntries
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MapEntries
public abstract class MapEntries
- extends Object
- implements Serializable
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: bommel $)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapEntries
public MapEntries()
getKeyClass
public abstract String getKeyClass()
getValueClass
public abstract String getValueClass()
getMapEntries
public abstract Iterator<? extends MapEntry> getMapEntries()
- Returns:
- Iterator over
MapEntry
entries
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.