public class Column<N,V> extends Object
Column(N name, V value)
N
getName()
V
getValue()
static <N,V> Column<N,V>
newInstance(N name, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Column(N name, V value)
public static <N,V> Column<N,V> newInstance(N name, V value)
public N getName()
public V getValue()
Copyright © 2026. All rights reserved.