See: Description
Interface | Description |
---|---|
IlvUnaryPredicate<T> |
IlvUnaryPredicate defines the abstract behavior of a predicate that take a
single argument and evaluates to a boolean result. |
Class | Description |
---|---|
IlvBreadthFirstIterator<E> |
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<E> |
An
IlvCompositeIterator wrappers a collection of existing
iterators into a single traversal sequence. |
IlvDoubleArrayList |
This class is an extendable array of
double elements. |
IlvEnumerationIterator<E> |
An
IlvEnumerationIterator wrappers a enumeration into an iterator. |
IlvFloatArrayList |
This class is an extendable array of
float elements. |
IlvHashTreeList<E> |
This class is an implementation of the
java.util.List
interface for ordered sets. |
IlvIteratorEnumeration<E> |
An
IlvIteratorEnumeration wrappers an iterator into
an enumeration. |
IlvPair<E1,E2> |
This is a helper class for creating immutable compound objects.
|
IlvPostorderIterator<E> |
This is an abstract class that provides traversal
over a generic tree structure of objects in postorder.
|
IlvPreorderIterator<E> |
IlvPreorderIterator is an abstract class that provides traversal
over a generic tree structure of objects in preorder. |
IlvSelectiveIterator<E> |
IlvSelectiveIterator wrappers an existing Iterator so that it
will only visit elements in the original iteration that match a certain criteria. |
IlvUnsynchronizedStack<E> |
This class represents a last-in-first-out (LIFO) stack of
objects.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.