public class Row extends java.util.HashMap<Column,java.lang.Object>
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
java.util.Map.Entry<K,V>
Row()
Row(int initialCapacity)
Row(Row row)
java.lang.Object
get(Column column)
<T,R> R
get(SFunction<T,R> alias)
get(java.lang.String alias)
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
equals, hashCode
public Row(int initialCapacity)
public Row(Row row)
public Row()
public java.lang.Object get(Column column)
public java.lang.Object get(java.lang.String alias)
public <T,R> R get(SFunction<T,R> alias)
Copyright © 2024. All rights reserved.