Uses of Interface
org.geotools.util.SoftValueHashMap.ValueCleaner
-
Packages that use SoftValueHashMap.ValueCleaner Package Description org.geotools.util Contains utilities and addition to the collection framework. -
-
Uses of SoftValueHashMap.ValueCleaner in org.geotools.util
Fields in org.geotools.util declared as SoftValueHashMap.ValueCleaner Modifier and Type Field Description protected SoftValueHashMap.ValueCleaner
SoftValueHashMap. cleaner
The eventual cleanerConstructors in org.geotools.util with parameters of type SoftValueHashMap.ValueCleaner Constructor Description SoftValueHashMap(int hardReferencesCount, SoftValueHashMap.ValueCleaner cleaner)
Creates a map with the specified hard references count.
-