public class IntIntMap extends Object
Constructor and Description |
---|
IntIntMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(int key) |
int |
get(int key) |
int[] |
keys() |
void |
put(int key,
int val) |
void |
remove(int key) |
int |
size() |
int[] |
values() |
Copyright © 2019. All rights reserved.