Uses of Class
com.helger.commons.collection.map.AbstractSoftMap.SoftValue
-
Packages that use AbstractSoftMap.SoftValue Package Description com.helger.commons.collection.map -
-
Uses of AbstractSoftMap.SoftValue in com.helger.commons.collection.map
Fields in com.helger.commons.collection.map with type parameters of type AbstractSoftMap.SoftValue Modifier and Type Field Description protected 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.SoftValue Constructor Description AbstractSoftMap(Map<K,AbstractSoftMap.SoftValue<K,V>> aSrcMap)
-