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

org.epics.util.array.CollectionByte Maven / Gradle / Ivy

Go to download

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

There is a newer version: 1.0.7
Show newest version
/**
 * Copyright (C) 2012 Brookhaven National Laboratory
 * All rights reserved. Use is subject to license terms.
 */
package org.epics.util.array;

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

    @Override
    IteratorByte iterator();
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy