标签: java hashmap byte
在HashMap或Map<Integer, String>等不同类型中使用Map<List, byte[]>的方法有所不同,所以我的问题是我们可以使用Map<byte, byte> = new HashMap<byte, byte>()?
HashMap
Map<Integer, String>
Map<List, byte[]>
Map<byte, byte> = new HashMap<byte, byte>()?