Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JDK 1.6 で動作するように、以下のコードを書き直す方法を誰か提案できますか?
private Map<SocketChannel, byte[]> dataTracking = new HashMap<>();