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>

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

getKey

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

remove

public void remove()


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