public class HashMapLong extends Object
Constructor and Description |
---|
HashMapLong() |
HashMapLong(int initialCapacity) |
HashMapLong(int initialCapacity,
float loadFactor)
the main constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(long key) |
boolean |
isEmpty() |
Object |
put(long key,
Object value) |
Copyright © 2024 GATE. All rights reserved.