Package | Description |
---|---|
prefuse.data.util |
Utility classes for supporting prefuse data structures, including
indexes, iterators, filters, and column projections.
|
prefuse.util.collections |
Utility classes providing useful data structures not present in the Java
Collections framework.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterRowIterator
Iterator over table rows that filters the output by a given predicate.
|
class |
RowManager.ColumnRowIterator
Iterator over the indices into a given data column,
mapped to from the rows of this RowManager.
|
class |
RowManager.RowIterator
Iterator over the occupied rows of this RowManager.
|
class |
TableIterator
An iterator over table rows, providing convenience methods for accessing and
manipulating table data.
|
class |
UniqueRowIterator
IntIterator over rows that ensures that no duplicates appear in the
iteration.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractTreeMap.EntryIterator |
protected class |
AbstractTreeMap.KeyIterator |
protected class |
AbstractTreeMap.ValueIterator |
class |
BooleanIntBitSetMap.BitSetIterator |
class |
CompositeIntIterator
IntIterator implementation that combines the results of multiple
int iterators.
|
class |
IntArrayIterator
IntIterator implementation that provides an iteration over the
contents of an int array.
|
class |
IntIterator
Abstract LiteralIterator implementation that supports an iteration over
int values.
|
Copyright ? 2013 Regents of the University of California