|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
org.anarres.jperf.PerfectMap<String,V>
org.anarres.jperf.PerfectStringMap<V>
public class PerfectStringMap<V>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
PerfectStringMap(Map.Entry[] table,
int[] kvals,
char min,
byte[] keys)
|
|
| Method Summary | |
|---|---|
protected int |
hash(String k)
|
| Methods inherited from class org.anarres.jperf.PerfectMap |
|---|
clear, containsKey, entryIterator, entrySet, get, getTableSize, remove, size |
| Methods inherited from class java.util.AbstractMap |
|---|
clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PerfectStringMap(Map.Entry[] table,
int[] kvals,
char min,
byte[] keys)
| Method Detail |
|---|
protected int hash(String k)
hash in class PerfectMap<String,V>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||