package at.yawk.numaec;

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

public interface ShortBufferList extends ShortList, BufferBasedCollection {
}