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

com.github.grignaak.collections.CowList Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.github.grignaak.collections;

import java.util.List;

/**
 * {@inheritDoc}
 */
public interface CowList extends List, CowCollection {
    /**
     * {@inheritDoc}
     */
    @Override CowList fork();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy