Heim > Fragen und Antworten > Hauptteil
问题
stream().filter().map().collect(); 记得这些方法都是保证顺序的,但是调试发现并非如此。
List<Object> list ; // 当前这个list是有序的list list.stream().filter.collect(Collections.toMap(Dict::getOptionCode, Dict::getOptionName)); 为什么顺序就乱掉了呢?? 不解啊。