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

io.inbot.utils.maps.DelegatingRichMap Maven / Gradle / Ivy

Go to download

Misc utility classes we use at Inbot that are probably useful for a broader public.

There is a newer version: 1.28
Show newest version
package io.inbot.utils.maps;

import java.util.Map;

public class DelegatingRichMap extends DelegatingMap implements RichMap {
    public DelegatingRichMap(Map existing) {
        super(existing);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy