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

java.lang.Object
  extended by com.liferay.faces.util.map.AbstractPropertyMapEntry<V>
All Implemented Interfaces:
Map.Entry<String,V>
Direct Known Subclasses:
ApplicationScopeEntry, RequestScopeEntry, SessionScopeEntry

public abstract class AbstractPropertyMapEntry<V>
extends Object
implements Map.Entry<String,V>

Author:
Neil Griffin

Constructor Summary
AbstractPropertyMapEntry(String key)
           
 
Method Summary
 String getKey()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, getValue, hashCode, setValue
 

Constructor Detail

AbstractPropertyMapEntry

public AbstractPropertyMapEntry(String key)
Method Detail

remove

public void remove()

getKey

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


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