摘要: ListIterator<Map.Entry<Long, List<Long>>> li = new ArrayList<>(relationsMap.entrySet()).listIterator(relationsMap.size()); while(li.hasPrevious()) { / 阅读全文
posted @ 2022-09-07 13:47 小傻孩丶儿 阅读(482) 评论(0) 推荐(0) 编辑
摘要: import java.util.ArrayList; import java.util.Stack; /** <p>给定一个只包括 <code>'('</code>,<code>')'</code>,<code>'{'</code>,<code>'}'</code>,<code>'['</code 阅读全文
posted @ 2022-09-07 09:32 小傻孩丶儿 阅读(17) 评论(0) 推荐(0) 编辑