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

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

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

import java.util.AbstractSet;

import org.pure4j.annotations.immutable.ImmutableValue;

@ImmutableValue
public abstract class AImmutableSet extends AbstractSet {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy