package at.yawk.numaec;

import org.eclipse.collections.api.list.primitive.ByteList;

public interface ByteBufferList extends ByteList, BufferBasedCollection {
}