Package | Description |
---|---|
cutthecrap.utils.striterators |
Modifier and Type | Interface and Description |
---|---|
interface |
IXPropertyIterator
IXPropertyIterator
A standard iterator, extended to provide a nextProperty method returning IXProperty objects
|
Modifier and Type | Class and Description |
---|---|
class |
Striterator
Striterator - transformation and mapping patterns over java
Iterator
s. |
class |
XPropertyIterator
XPropertyIterator
|
Modifier and Type | Method and Description |
---|---|
IStriterator |
IStriterator.addFilter(IFilter filter)
Adds a Discriminating IFilter object
|
IStriterator |
Striterator.addFilter(IFilter filter)
creates a Filterator to apply the filter
|
IStriterator |
IStriterator.addInstanceOfFilter(Class cls)
check each object against object.getClass() == cls
|
IStriterator |
Striterator.addInstanceOfFilter(Class cls)
check each object against cls.isInstance(object)
|
IStriterator |
IStriterator.addTypeFilter(Class cls)
check each object against cls.isInstance(object)
|
IStriterator |
Striterator.addTypeFilter(Class cls)
check each object against cls.isInstance(object)
|
IStriterator |
IStriterator.append(Iterator iter)
append the passed iteration
|
IStriterator |
Striterator.append(Iterator iter)
append the iteration
|
IStriterator |
IStriterator.exclude(Object object)
exclude the passed object from the iteration
|
IStriterator |
Striterator.exclude(Object object)
exclude the object from the iteration
|
IStriterator |
IStriterator.makeUnique()
Ensures the returned values appear only once
|
IStriterator |
Striterator.makeUnique()
exclude the object from the iteration
|
IStriterator |
IStriterator.map(Object client,
Method method)
map the clients method against the Iteration, the Method MUST take a single Object valued parameter.
|
IStriterator |
Striterator.map(Object client,
Method method)
map the clients method against the Iteration, the Method MUST take a single Object valued parameter
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.