public class StringList extends Object implements Serializable
StringList()
StringList(List<String> strings)
List<String>
getStrings()
void
setStrings(List<String> strings)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StringList()
public StringList(List<String> strings)
public List<String> getStrings()
public void setStrings(List<String> strings)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.