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

org.diirt.util.array.CollectionDouble Maven / Gradle / Ivy

Go to download

Basic Java utility classes to be shared across projects until suitable replacements are available in the JDK.

The newest version!
/**
 * Copyright (C) 2010-18 diirt developers. See COPYRIGHT.TXT
 * All rights reserved. Use is subject to license terms. See LICENSE.TXT
 */
package org.diirt.util.array;

/**
 * A collection of {@code double}s.
 *
 * @author Gabriele Carcassi
 */
public interface CollectionDouble extends CollectionNumber {

    @Override
    IteratorDouble iterator();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy