Package cz.cuni.amis.utils.collections

Collection wrappers supporting change events.

See:
          Description


Interface Summary
CollectionEventListener<E> Listener on collection change events.
MyCollections.IToString  
 

Class Summary
ElementListener<T> Simple listener called for each element that has changed even in batch updates.
HashSetClass HashSet that provides extended meaning of the .containsClass(cls) method.
LazyMapValuesCollection<VALUE,KEY> Read-only Collection used for lazy implementation of Map.values().
MyCollections  
ObservableCollection<E> Wrapper for collections.
ObservableCollections  
ObservableList<E> Wrapper for the Lists adding events notification.
ObservableSet<E>  
SimpleListener<T> Collection listener with only one method changed() called on each change.
TranslatedObservableCollection<T,U> Translates one observable collection into another
 

Package cz.cuni.amis.utils.collections Description

Collection wrappers supporting change events.