MCPcopy Index your code
hub / github.com/SPLWare/esProc / ByteMap

Class ByteMap

src/main/java/com/scudata/common/ByteMap.java:18–449  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected