Package com.vividsolutions.jump.workbench.model.cache
package com.vividsolutions.jump.workbench.model.cache
-
ClassesClassDescriptionCaches features to prevent unnecessary queries.Thread safety is achieved by (1) synchronizing the methods, and (2) creating new Collections in #getFeatures, #query, and #iterator to prevent ConcurrentModificationExceptions.