Uses of Class
org.eclipse.net4j.util.lifecycle.ShareableLifecycle

Packages that use ShareableLifecycle
org.eclipse.net4j.util.container A framework of notifying collections and wiring containers. 
org.eclipse.net4j.util.registry Interfaces and classes for general purpose registries. 
 

Uses of ShareableLifecycle in org.eclipse.net4j.util.container
 

Subclasses of ShareableLifecycle in org.eclipse.net4j.util.container
 class Container<E>
          An abstract base implementation of a container with a lifecycle.
 class SetContainer<E>
          An implementation of a container that stores its elements in a set.
 

Uses of ShareableLifecycle in org.eclipse.net4j.util.registry
 

Subclasses of ShareableLifecycle in org.eclipse.net4j.util.registry
 class DelegatingRegistry<K,V>
          Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract of Map.entrySet() as well as of Map.keySet(), i.e. they are disconnected sets and modifications applied to them are not applied to their underlying AbstractDelegatingRegistry.
 class HashMapDelegatingRegistry<K,V>
           
 class HashMapRegistry<K,V>
           
 class Registry<K,V>
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.