
K - V - public interface GlueRow<K,V> extends Map<K,V>
| Modifier and Type | Method and Description | 
|---|---|
Object | 
getAttribute(K key)
Ä÷³¸í¿¡ ÇØ´çÇÏ´Â °ªÀ» ¾ò´Â´Ù. 
 | 
Map<K,V> | 
getAttributes()
ÇϳªÀÇ ·¹Äڵ带 Ç¥ÇöÇÏ´Â MapÀ» ¸®ÅÏÇÑ´Ù. 
 | 
void | 
setAttribute(K key,
            V value)
ÇØ´ç Ä÷³¿¡ °ªÀ» ¼³Á¤ÇÑ´Ù. 
 | 
void | 
setAttributes(Map<K,V> attributes)
ÇϳªÀÇ ·¹Äڵ带 Ç¥ÇöÇÏ´Â MapÀ» ¼³Á¤ÇÑ´Ù. 
 | 
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesObject getAttribute(K key)
key - ÄÄ·³ ¸ívoid setAttribute(K key, V value)
value - Ä÷³ °ªkey - Ä÷³ ¸íMap<K,V> getAttributes()
Copyright © 2013–2019 POSCO ICT. All rights reserved.