public static final class Store.LongObjectObjectMap<V1,V2> extends Object
Open Hash Map which uses primitive long as keys. It also has two values, instead of single one
This is very stripped down version from Koloboke Collection Library. I removed modCount, free value (defaults to zero) and most of the methods. Only put/get/remove operations are supported.
To iterate over collection one has to traverse set which contains
keys, values are in separate field.
| Constructor and Description |
|---|
Store.LongObjectObjectMap() |
Store.LongObjectObjectMap(int initCapacity) |
Copyright © 2015. All Rights Reserved.