Package cz.cuni.amis.utils.collections

Package class diagram 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().
ListConcatenation<T> An unmodifiable list that combines several child lists.
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.



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.