Package collectionframework

Interface Summary
IntervalIndexedCollection<E> A collection of objects that is indexed by an interval That is, instead of a each element in the collection being associated with a single index i, each element is associated with a closed interval [a, b]
 

Class Summary
NullIterator<E> An Iterator/Enumeration that contains one (or zero) elements
SimpleIntervalIndexedCollection<E> A collection of objects that is indexed by an interval That is, instead of a each element in the collection being associated with a single index i, each element is associated with a closed interval [a, b] NOTE: This is an easy implementation but not a good one.
 



Design and Implementation of Multimedia Software, Jones and Bartlett Publishers