| Package | Description |
|---|---|
| openlr.collection |
Provides some collection types that work an basic data types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenLongHashSet
Hash map holding (key,value) associations of type (long-->Object);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
|
class |
OpenLongIntHashMap
Hash map holding (key,value) associations of type (long-->Object);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
|
Copyright © 2019 TomTom International B.V.. All rights reserved.