
public class GlueRowImpl extends org.springframework.util.LinkedCaseInsensitiveMap<Object> implements GlueRow<String,Object>, Serializable, Cloneable
| Constructor and Description |
|---|
GlueRowImpl()
»ý¼ºÀÚ(constructor).
|
GlueRowImpl(int initialCapacity)
»ý¼ºÀÚ(constructor).
|
GlueRowImpl(Map<String,Object> result)
»ý¼ºÀÚ(constructor).
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String key)
Ä÷³¸í¿¡ ÇØ´çÇÏ´Â °ªÀ» ¾ò´Â´Ù.
|
Map<String,Object> |
getAttributes()
ÇϳªÀÇ ·¹Äڵ带 Ç¥ÇöÇÏ´Â MapÀ» ¸®ÅÏÇÑ´Ù.
|
void |
setAttribute(String key,
Object value)
ÇØ´ç Ä÷³¿¡ °ªÀ» ¼³Á¤ÇÑ´Ù.
|
void |
setAttributes(Map<String,Object> attributes)
ÇϳªÀÇ ·¹Äڵ带 Ç¥ÇöÇÏ´Â MapÀ» ¼³Á¤ÇÑ´Ù.
|
clear, clone, computeIfAbsent, containsKey, containsValue, convertKey, entrySet, equals, get, getLocale, getOrDefault, hashCode, isEmpty, keySet, put, putAll, putIfAbsent, remove, removeEldestEntry, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic GlueRowImpl()
public GlueRowImpl(int initialCapacity)
initialCapacity - public Object getAttribute(String key)
GlueRowgetAttribute in interface GlueRow<String,Object>key - ÄÄ·³ ¸ípublic void setAttribute(String key, Object value)
GlueRowsetAttribute in interface GlueRow<String,Object>key - Ä÷³ ¸ívalue - Ä÷³ °ªpublic Map<String,Object> getAttributes()
GlueRowgetAttributes in interface GlueRow<String,Object>public void setAttributes(Map<String,Object> attributes)
GlueRowsetAttributes in interface GlueRow<String,Object>attributes - (Ä÷³¸í, Ä÷³°ª) ÇüÅÂÀÇ MapCopyright © 2013–2020 POSCO ICT. All rights reserved.