com.atlassian.jira.crowd.embedded.ofbiz
Class FieldMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by com.atlassian.jira.crowd.embedded.ofbiz.FieldMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class FieldMap
extends HashMap<String,Object>

Convenience class for working with Maps of field values for OfBiz Entity Engine.

Since:
v4.2
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static Map<String,Object> EMPTY_MAP
           
 
Constructor Summary
FieldMap()
           
FieldMap(int initialCapacity)
           
 
Method Summary
static Map<String,Object> build(String fieldName, Object value)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

EMPTY_MAP

public static final Map<String,Object> EMPTY_MAP
Constructor Detail

FieldMap

public FieldMap()

FieldMap

public FieldMap(int initialCapacity)
Method Detail

build

public static Map<String,Object> build(String fieldName,
                                       Object value)


Copyright © 2002-2013 Atlassian. All Rights Reserved.