public class StringIntMap extends 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 © 2000–2017 Apache Software Foundation. All rights reserved.