Skip to content
flbulgarelli edited this page Jan 28, 2012 · 1 revision

Staccatissimo-Iterators

Quick Overview

Staccatissimo-Iterators is a small and lightweight library with few dependencies that implements many common
concrete Iterators and iterator decorators, that are not tied to any collections API, and Thriters, a lazy iterator model, interoperable with existent Java Collections Framework Iterators

Getting Started

Learn More

Check the its Javadoc

Adding it to your project

Add it as a Maven dependency

    <dependencies>
        <dependency>
            <groupId>net.sf.staccatocommons</groupId>
            <artifactId>staccatissimo-iterators</artifactId>
            <version>{staccatissimo.version}</version>
        </dependency>
    </dependencies>
Clone this wiki locally