Package ilog.views.util.collections

Contains miscellaneous iterators and predicates that can be used with the collections framework.

See:
          Description

Interface Summary
IlvUnaryPredicate IlvUnaryPredicate defines the abstract behavior of a predicate that take a single argument and evaluates to a boolean result.
 

Class Summary
IlvBreadthFirstIterator IlvBreadthFirstIterator is an abstract class that provides traversal over a generic tree structure of objects in breadth first order.
IlvCollections IlvCollections is a utility class that consists exclusively of static methods and variables that are of general use when dealing with collections.
IlvCompositeIterator An IlvCompositeIterator wrappers a collection of existing iterators into a single traversal sequence.
IlvDoubleArrayList This class is an extendable array of double elements.
IlvEnumerationIterator An IlvEnumerationIterator wrappers a enumeration into an iterator.
IlvFloatArrayList This class is an extendable array of float elements.
IlvHashTreeList This class is an implementation of the java.util.List interface for ordered sets.
IlvIteratorEnumeration An IlvIteratorEnumeration wrappers an iterator into an enumeration.
IlvPair This is a helper class for creating immutable compound objects.
IlvPostorderIterator This is an abstract class that provides traversal over a generic tree structure of objects in postorder.
IlvPreorderIterator IlvPreorderIterator is an abstract class that provides traversal over a generic tree structure of objects in preorder.
IlvSelectiveIterator IlvSelectiveIterator wrappers an existing Iterator so that it will only visit elements in the original iteration that match a certain criteria.
IlvUnsynchronizedStack This class represents a last-in-first-out (LIFO) stack of objects.
 

Package ilog.views.util.collections Description

Contains miscellaneous iterators and predicates that can be used with the collections framework.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.