package appeng.util.prioitylist; import appeng.api.storage.data.IAEStack; public interface IPartitionList> { boolean isListed(T input); boolean isEmpty(); Iterable getItems(); }