public class Properties extends Object
Properties()
Map<String,Object>
get()
Iterable<String>
getNames()
Object
getValue(String name)
void
set(String name, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Properties()
public void set(String name, Object value)
public Map<String,Object> get()
public Iterable<String> getNames()
public Object getValue(String name)
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.