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

com.github.valdr.MinimalObjectMap Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.github.valdr;

/**
 * Minimal map holding {@link Object} values.
 */
public interface MinimalObjectMap extends MinimalMap {
}