public class StringIntMap
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
StringIntMap.Entry
To manage collisions
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
count
The number of entries
|
protected StringIntMap.Entry[] |
table
The underlying array
|
| Constructor and Description |
|---|
StringIntMap(int c)
Creates a new table.
|
protected StringIntMap.Entry[] table
protected int count
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.