Package nl.knowledgeplaza.util.collection

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

Class Summary
CollectionEvent The CollectionEvent provides information on an ObservableCollection object when it has been modified.
NullIterator An always empty iterator.
ObservableList The ObservableList subclasses the ArrayList and overrides all the functions that change the internally stored collection.
ObservableListWrapper  
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. All Rights Reserved.