org.pure4j.collections.AImmutableSet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pure4j-core Show documentation
Show all versions of pure4j-core Show documentation
Pure Functional Programming Semantics For Java
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