org.jmol.util
public class Int2IntHash extends Object
| Nested Class Summary | |
|---|---|
| static class | Int2IntHash.Entry |
| Field Summary | |
|---|---|
| Int2IntHash.Entry[] | entries |
| int | entryCount |
| Constructor Summary | |
|---|---|
| Int2IntHash(int initialCapacity) | |
| Int2IntHash() | |
| Method Summary | |
|---|---|
| int | get(int key) |
| void | put(int key, int value) |
| void | rehash() |