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

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

/**
 * Copyright (C) 2010-14 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 byte}s.
 *
 * @author Gabriele Carcassi
 */
public interface CollectionByte extends CollectionNumber {

    @Override
    IteratorByte iterator();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy