ByteMap --- 使用byte作为key的轻量级Map 此哈希表是用数组完成的,它主要基于以下几个目的: (1)节省内存 (2)数据不是太多 (3)put,get,keys等操作远多于remove操作 注意: (1)remove操作的成本比较高 (2)在使用下标循环过程中,对本类对象进行put、remove、clear等修改性操作时数据位置变化情况类似于ArrayList
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected