-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
T |
FREE_VALUE |
-
Constructor Summary
Constructors
Constructor and Description |
IntKeyMap(int size) |
IntKeyMap(int size,
float fillFactor) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCapacity
public int getCapacity()
-
get
public T get(int key)
-
remove
public T remove(int key)
-
clear
public void clear()
Copyright © 2020 Voovan. All rights reserved.