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

ru.yandex.bolts.collection.impl.EmptyMapTest Maven / Gradle / Ivy

The newest version!
package ru.yandex.bolts.collection.impl;



public class EmptyMapTest extends EmptyCollectionTestSupport {

    @Override
    protected Object emptyInstance() {
        return EmptyMap.INSTANCE;
    }

} //~




© 2015 - 2024 Weber Informatics LLC | Privacy Policy