com.alibaba.fastjson.util
类 IdentityHashMap<K,V>

java.lang.Object
  继承者 com.alibaba.fastjson.util.IdentityHashMap<K,V>
直接已知子类:
SerializeConfig

public class IdentityHashMap<K,V>
extends Object

for concurrent IdentityHashMap

作者:
wenshao

字段摘要
static int DEFAULT_TABLE_SIZE
           
 
构造方法摘要
IdentityHashMap()
           
IdentityHashMap(int tableSize)
           
 
方法摘要
 V get(K key)
           
 boolean put(K key, V value)
           
 int size()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

DEFAULT_TABLE_SIZE

public static final int DEFAULT_TABLE_SIZE
另请参见:
常量字段值
构造方法详细信息

IdentityHashMap

public IdentityHashMap()

IdentityHashMap

public IdentityHashMap(int tableSize)
方法详细信息

get

public final V get(K key)

put

public boolean put(K key,
                   V value)

size

public int size()


Copyright © 2012-2014 Alibaba Group. All Rights Reserved.