Item % of partially implemented % of fully implemented
java.util
88
defaults : Properties
Properties() : void
Properties(int) : void
Properties(Properties) : void
setProperty(String, String) : Object
load(Reader) : void
load(InputStream) : void
save(OutputStream, String) : void
store(Writer, String) : void
store(OutputStream, String) : void
loadFromXML(InputStream) : void
storeToXML(OutputStream, String) : void
storeToXML(OutputStream, String, String) : void
storeToXML(OutputStream, String, Charset) : void
getProperty(String) : String
getProperty(String, String) : String
propertyNames() : Enumeration
stringPropertyNames() : Set
list(PrintStream) : void
list(PrintWriter) : void
size() : int
isEmpty() : boolean
keys() : Enumeration
elements() : Enumeration
contains(Object) : boolean
containsValue(Object) : boolean
containsKey(Object) : boolean
get(Object) : Object
remove(Object) : Object
putAll(Map) : void
clear() : void
toString() : String
keySet() : Set
values() : Collection
entrySet() : Set
equals(Object) : boolean
hashCode() : int
getOrDefault(Object, Object) : Object
forEach(BiConsumer) : void
replaceAll(BiFunction) : void
putIfAbsent(Object, Object) : Object
remove(Object, Object) : boolean
replace(Object, Object, Object) : boolean
replace(Object, Object) : Object
computeIfAbsent(Object, Function) : Object
computeIfPresent(Object, BiFunction) : Object
rehash() : void
clone() : Object