See: Description
| Interface | Description |
|---|---|
| LongIntProcedure |
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
|
| Class | Description |
|---|---|
| OpenAbstractCollection |
Overrides many methods for performance reasons only.
|
| OpenLongHashSet |
Hash map holding (key,value) associations of type (long-->Object);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
|
| 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.