org.seasar.framework.util
クラス ConcurrentMapFactory
java.lang.Object
org.seasar.framework.util.ConcurrentMapFactory
public class ConcurrentMapFactory
- extends Object
ConcurrentHashMap
を作成するファクトリの実装です。
- 作成者:
- koichik
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcurrentMapFactory
public ConcurrentMapFactory()
create
public Map create()
create
public Map create(int initialCapacity)
create
public Map create(int initialCapacity,
float loadFactor)
Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.