Package nl.knowledgeplaza.util.collection

Interface Summary
CollectionListener<T> The listener interface for receiving collection events.
ObservableCollection<T> The ObservableCollection interface acts as a super interface for all the collection objects in the Observable framework.
SortedCollection  
 

Class Summary
CollectionEvent<T> The CollectionEvent provides information on an ObservableCollection object when it has been modified.
NullIterator An always empty iterator.
ObservableList<T> The ObservableList subclasses the ArrayList and overrides all the functions that change the internally stored collection.
ObservableListWrapper<T>  
ObservableMap The ObservableMap subclasses the HashMap and overrides all the functions that change the internally stored collection.
ObservableSet The ObservableSet subclasses the HashSet and overrides all the functions that change the internally stored collection.
ObservableSortedMap The ObservableSortedMap subclasses the TreeMap and overrides all the functions that change the internally stored collection.
ObservableSortedSet The ObservableSortedSet subclasses the TreeSet and overrides all the functions that change the internally stored collection.
SortedList A sorted list based on ArrayList using binary search algorithmes.
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.