public class KeyValues<T> extends Object
KeyValues(String key)
void
addValue(T value)
T
getFirstValue()
String
getKey()
List<T>
getValues()
setValues(List<T> values)
setValues(T... values)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public KeyValues(String key)
public String getKey()
public void addValue(T value)
public void setValues(List<T> values)
public void setValues(T... values)
public List<T> getValues()
public T getFirstValue()
Copyright © 2024. All rights reserved.