public class IntIntMap extends Object
Constructor and Description |
---|
IntIntMap(int size,
float fillFactor) |
Modifier and Type | Method and Description |
---|---|
int |
getCapacity() |
int |
getFreeValue() |
int[] |
getMap() |
void |
inc(int key) |
void |
inc(int key,
int v) |
String |
toString() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.