Uses of Package
com.identityworksllc.iiq.common.iterators
-
Packages that use com.identityworksllc.iiq.common.iterators Package Description com.identityworksllc.iiq.common.iterators com.identityworksllc.iiq.common.task Utilities relating to tasks, including base task implementations -
Classes in com.identityworksllc.iiq.common.iterators used by com.identityworksllc.iiq.common.iterators Class Description ColumnConfig A wrapper around the various ways of structuring report columns.ColumnToken The generic implementation of a colon-separated column token, e.g., ‘col1:blah:stuff’.Index An indexing class for associating items in a list with their index in the listNullCloseableIterator An implementation of CloseableIterator that always contains no items.ResultSetIterator.ColumnOutput The output ofResultSetIterator.extractColumnValue(ResultSet, String, Integer)
, containing details about the column used as well as the actual value.ResultSetIterator.CustomTypeHandler An interface to use for custom type handlersTransformingIterator A class that applies a transformation function to each item of an Iterator before returning it fromIterator.next()
.TransformingIterator.TransformerFunction A functional interface similar toFunction
, except throwing an exception -
Classes in com.identityworksllc.iiq.common.iterators used by com.identityworksllc.iiq.common.task Class Description TransformingIterator A class that applies a transformation function to each item of an Iterator before returning it fromIterator.next()
.