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

org.mwg.struct.BufferIterator Maven / Gradle / Ivy

package org.mwg.struct;

public interface BufferIterator {

    boolean hasNext();

    Buffer next();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy