org.anarres.jperf
Class PerfectStringMap<V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by org.anarres.jperf.PerfectMap<String,V>
          extended by org.anarres.jperf.PerfectStringMap<V>
All Implemented Interfaces:
Map<String,V>

public class PerfectStringMap<V>
extends PerfectMap<String,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

PerfectStringMap

public PerfectStringMap(Map.Entry[] table,
                        int[] kvals,
                        char min,
                        byte[] keys)
Method Detail

hash

protected int hash(String k)
Specified by:
hash in class PerfectMap<String,V>


Copyright © 2002-2008 Shevek, Anarres. All Rights Reserved.