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

com.fizzed.bigmap.impl.None Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
package com.fizzed.bigmap.impl;

public class None {

    static public final None NONE = new None();

    private None() {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy