org.vvcephei.occ_map.Versioned Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of occ-map Show documentation
Show all versions of occ-map Show documentation
A micro-lib providing a threadsafe map which provides optimistic concurrency control.
package org.vvcephei.occ_map;
public interface Versioned {
long getVersion();
}