net.sf.javagimmicks.collections8.composite.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gimmicks Show documentation
Show all versions of gimmicks Show documentation
Utility classes, APIs and tools for Java
/**
* Provides Java 8 enhanced composite implementations for the most
* important Collection API types.
*
* Operations and features provided match that of {@link net.sf.javagimmicks.collections.composite} but additionally there is a specialized composite implementation of {@link java.util.Spliterator} which enables more
* dedicated behavior for {@link java.util.Collection#stream()}, {@link java.util.Collection#parallelStream()} and respective other operations.
* @author Michael Scholz
*/
package net.sf.javagimmicks.collections8.composite;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy