构造器和说明 |
---|
MultiLineProperties() |
MultiLineProperties(Reader reader) |
限定符和类型 | 方法和说明 |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,String>> |
entrySet() |
boolean |
equals(Object o) |
String |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
List<String> |
keys() |
Set<String> |
keySet() |
void |
load(Reader reader)
载入并销毁之前的记录
|
void |
load(Reader reader,
boolean clear) |
void |
print(OutputStream out) |
void |
print(Writer writer) |
String |
put(String key,
String value) |
void |
putAll(Map t) |
String |
remove(Object key) |
int |
size() |
Collection<String> |
values() |
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public MultiLineProperties(Reader reader) throws IOException
IOException
public MultiLineProperties()
public void load(Reader reader) throws IOException
reader
- IOException
public void load(Reader reader, boolean clear) throws IOException
IOException
public boolean containsKey(Object key)
containsKey
在接口中 Map<String,String>
public boolean containsValue(Object value)
containsValue
在接口中 Map<String,String>
public void print(OutputStream out) throws IOException
IOException
public void print(Writer writer) throws IOException
IOException
Copyright © 2017. All rights reserved.