Uses of Class
com.helger.commons.collection.map.AbstractSoftMap.SoftValue
Packages that use AbstractSoftMap.SoftValue
-
Uses of AbstractSoftMap.SoftValue in com.helger.commons.collection.map
Fields in com.helger.commons.collection.map with type parameters of type AbstractSoftMap.SoftValueModifier and TypeFieldDescriptionprotected final Map<K, AbstractSoftMap.SoftValue<K, V>> AbstractSoftMap.m_aSrcMapThe internal HashMap that will hold the SoftReference.Constructor parameters in com.helger.commons.collection.map with type arguments of type AbstractSoftMap.SoftValueModifierConstructorDescriptionprotectedAbstractSoftMap(Map<K, AbstractSoftMap.SoftValue<K, V>> aSrcMap)