| 接口 | 说明 |
|---|---|
| ByteObjectMap<V> |
Interface for a primitive map that uses
bytes as keys. |
| ByteObjectMap.PrimitiveEntry<V> |
A primitive entry in the map, provided by the iterator from
ByteObjectMap.entries() |
| 类 | 说明 |
|---|---|
| ByteObjectHashMap<V> |
A hash map implementation of
ByteObjectMap that uses open addressing for keys. |
Copyright © 2018. All rights reserved.