package test.rewolucja.scheduling.queue; import java.util.List; public interface QueueListInterface extends List{ }