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   ·   5206 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 03:55 · PVG 11:55 · LAX 20:55 · JFK 23:55
♥ Do have faith in what you're doing.