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

org.vvcephei.occ_map.Versioned Maven / Gradle / Ivy

Go to download

A micro-lib providing a threadsafe map which provides optimistic concurrency control.

There is a newer version: 1.2
Show newest version
package org.vvcephei.occ_map;

public interface Versioned {
    long getVersion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy