ContactCenters
V. 0.9.9.

Package umontreal.iro.lecuyer.collections

Provides collections dynamically transforming the elements of other collections or merging collections together.

See:
          Description

Interface Summary
Matrix<E> Represents a two-dimensional matrix of objects.
 

Class Summary
AbstractMatrix<E> Provides default implementation for most methods of the Matrix interface.
DenseMatrix<E> Represents a matrix storing elements in an array.
DescendingOrderComparator<T extends Comparable<? super T>> Represents a comparator sorting objects in descending natural order.
FilteredIterator<E> Represents an iterator traversing a restricted subset of the elements enumerated by another iterator.
FilteredListIterator<E> Represents a list iterator traversing a restricted subset of the elements enumerated by another list iterator.
MergedCollection<E> Represents a collection providing a view of two collections merged together.
MergedList<E> Represents a list providing a view of two lists side by side.
MergedMap<K,V> Represents a map merging two maps.
MergedSet<E> Represents a set providing a view of two sets.
ObjectTypeIterator<E> Represents an iterator traversing objects of a particular class enumerated by another iterator.
ObjectTypeListIterator<E> Represents a list iterator traversing objects of a particular class enumerated by another iterator.
TransformingCollection<OE,IE> Represents a collection that dynamically transforms the elements of another collection.
TransformingList<OE,IE> Represents a list that dynamically transforms the elements of another list.
TransformingMap<OK,OV,IK,IV> Represents a map that dynamically transforms the elements of another map.
TransformingSet<OE,IE> Represents a set that dynamically transforms the elements of another set.
 

Package umontreal.iro.lecuyer.collections Description

Provides collections dynamically transforming the elements of other collections or merging collections together. Classes of this package provide views of the transformed or merged collections, i.e., any modification to the original collection is reflected on the transformed collection.


ContactCenters
V. 0.9.9.

To submit a bug or ask questions, send an e-mail to Richard Simard.