com.esotericsoftware.kryo.util
Class ShortHashMap<T>

java.lang.Object
  extended by com.esotericsoftware.kryo.util.ShortHashMap<T>

public class ShortHashMap<T>
extends java.lang.Object


Constructor Summary
ShortHashMap()
           
ShortHashMap(int initialCapacity)
           
ShortHashMap(int initialCapacity, float loadFactor)
           
 
Method Summary
 void clear()
           
 boolean containsKey(short key)
           
 boolean containsValue(java.lang.Object value)
           
 T get(short key)
           
 T put(short key, T value)
           
 T remove(short key)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortHashMap

public ShortHashMap()

ShortHashMap

public ShortHashMap(int initialCapacity)

ShortHashMap

public ShortHashMap(int initialCapacity,
                    float loadFactor)
Method Detail

containsValue

public boolean containsValue(java.lang.Object value)

containsKey

public boolean containsKey(short key)

get

public T get(short key)

put

public T put(short key,
             T value)

remove

public T remove(short key)

size

public int size()

clear

public void clear()


Copyright © 2011. All Rights Reserved.