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

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

The newest version!
package org.mwg.struct;

public interface BufferIterator {

    boolean hasNext();

    Buffer next();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy