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

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

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


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

Constructor Detail

IntHashMap

public IntHashMap()

IntHashMap

public IntHashMap(int initialCapacity)

IntHashMap

public IntHashMap(int initialCapacity,
                  float loadFactor)
Method Detail

containsValue

public boolean containsValue(java.lang.Object value)

containsKey

public boolean containsKey(int key)

get

public T get(int key)

put

public T put(int key,
             T value)

remove

public T remove(int key)

size

public int size()

clear

public void clear()


Copyright © 2011. All Rights Reserved.