Some extensions to the java stream functionality.
.
├── /build/ # Build scripts and IDE config files
│ ├── /ant/ # Ant build script and properties files
│ └── /eclipse/ # Eclipse IDE config files
├── /wapitia-common-module/ # Parent module
│ ├── /docs/ # Documentation files for the project
│ └── /src/ # The source code of the application
│ ├── /module/ # Java module source
│ ├── /main/ # Main runtime source tree
│ │ ├── /com/wapitia/collections # Java package com.wapitia.collections
│ │ └── /com/wapitia/stream # Java package com.wapitia.stream
│ └── /test/ # JUnit test harness for the mains
└── top-level-files