com.liferay.portlet.dynamicdatamapping.util
Class DDMFieldsCounter
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<Object,Integer>
com.liferay.portlet.dynamicdatamapping.util.DDMFieldsCounter
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Object,Integer>
public class DDMFieldsCounter
- extends HashMap<Object,Integer>
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
DDMFieldsCounter
public DDMFieldsCounter()
get
public Integer get(Object key)
- Specified by:
get
in interface Map<Object,Integer>
- Overrides:
get
in class HashMap<Object,Integer>
incrementKey
public int incrementKey(Object key)