public class Entry extends Object
Entry()
Entry(String key)
Entry(String key, List<String> values)
void
addValue(String value)
String
getKey()
List<String>
getValues()
setKey(String key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Entry()
public Entry(String key)
public Entry(String key, List<String> values)
public String getKey()
public void setKey(String key)
public void addValue(String value)
public List<String> getValues()
Copyright © 2008–2022 The Plugin People. All rights reserved.