org.diirt.util.array.CollectionDouble Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of diirt-util Show documentation
Show all versions of diirt-util Show documentation
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