All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pure4j.collections.AImmutableCollection Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package org.pure4j.collections;

import java.util.AbstractCollection;

import org.pure4j.annotations.immutable.ImmutableValue;

@ImmutableValue
public abstract class AImmutableCollection extends AbstractCollection {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy