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, values
Copyright © 2013–2021 POSCO ICT. All rights reserved.