|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use net.sf.staccatocommons.collections.restrictions | |
|---|---|
| net.sf.staccatocommons.collections.stream | This package contains the interfaces that define a Stream,
a lazy, rich, Iterable, an abstract implementation of it, and
the Streams hub with
class methods for creating simple Streams |
| Classes in net.sf.staccatocommons.collections.restrictions used by net.sf.staccatocommons.collections.stream | |
|---|---|
Projection
Projection restriction signals that the annotated method will not
impact the operation on the receptor object, but instead return a new object
that represents the result of just operation. |
|
Repeatable
Repeatable is a restriction for Iterables that have
repeatable iteration order - that is, subsequent access the the same position
returns equal objects - as long as such Iterables are not mutated. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||