otmoc's recent timeline updates
otmoc

otmoc

V2EX member #354131, joined on 2018-10-06 17:26:49 +08:00
otmoc's recent replies
# 如果只是解决报错的问题的话
String[] keys = map.keySet().toArray(new String[map.size()]);
for (String key : keys) {
String value = map.get(key);
if (value == null) {
// do something
}
//do others something
}

# 如果不只是解决报错的话,那设计的接口有问题
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3096 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 00:27 · PVG 08:27 · LAX 17:27 · JFK 20:27
♥ Do have faith in what you're doing.