|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractLiteralIterator | |
---|---|
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. |
Uses of AbstractLiteralIterator in prefuse.data.util |
---|
Subclasses of AbstractLiteralIterator in prefuse.data.util | |
---|---|
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. |
Uses of AbstractLiteralIterator in prefuse.util.collections |
---|
Subclasses of AbstractLiteralIterator in prefuse.util.collections | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |