public class Properties extends Object
Properties(String key, Object value)
void
add(String key, Object value)
int
count()
Object
get(String name)
boolean
has(String name)
Set<String>
keys()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Properties(String key, Object value)
public void add(String key, Object value)
public int count()
public boolean has(String name)
public Object get(String name)
public Set<String> keys()
Copyright © 2018 OpenSource BIM. All rights reserved.