Uses of Class
org.apache.sis.util.collection.Cache.Deferred
Packages that use Cache.Deferred
-
Uses of Cache.Deferred in org.apache.sis.util.collection
Fields in org.apache.sis.util.collection declared as Cache.DeferredModifier and TypeFieldDescriptionprivate Cache.Deferred<K,V> Cache.ReplaceAdapter.changesThe new values for which to send notifications.private final Cache.Deferred<K,V> Cache.Deferred.nextMethods in org.apache.sis.util.collection with parameters of type Cache.DeferredModifier and TypeMethodDescription(package private) static <K,V> void Cache.Deferred.notifyChanges(Cache<K, V> cache, Cache.Deferred<K, V> entry) Sends all deferred notifications, starting with the given one.Constructors in org.apache.sis.util.collection with parameters of type Cache.Deferred