com.iparelan.util
Class WeakHashSet.WeakHashSetClassHolder
java.lang.Object
com.iparelan.util.WeakHashSet.WeakHashSetClassHolder
- Enclosing class:
- WeakHashSet<T>
private static final class WeakHashSet.WeakHashSetClassHolder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
weakHashSetClass
private static final Class<? extends Set> weakHashSetClass
noArgCtor
private static final Constructor<? extends Set> noArgCtor
collectionCtor
private static final Constructor<? extends Set> collectionCtor
capacityAndLoadFactorCtor
private static final Constructor<? extends Set> capacityAndLoadFactorCtor
capacityCtor
private static final Constructor<? extends Set> capacityCtor
WeakHashSet.WeakHashSetClassHolder
private WeakHashSet.WeakHashSetClassHolder()
newInstance
public static <T> Set<T> newInstance()
newInstance
public static <T> Set<T> newInstance(Collection<? extends T> collection)
newInstance
public static <T> Set<T> newInstance(int initialCapacity,
float loadFactor)
newInstance
public static <T> Set<T> newInstance(int initialCapacity)
newInstance
private static <T> Set<T> newInstance(Constructor<? extends Set> ctor,
Object... initargs)
Copyright © 2008 Iparelan Solutions, LLC. All rights reserved.