source: DCWoRMS/trunk/src/schedframe/scheduling/queue/QueueList.java @ 477

Revision 477, 114 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.scheduling.queue;
2
3import java.util.List;
4
5public interface QueueList<T> extends List<T>{
6
7
8
9}
Note: See TracBrowser for help on using the repository browser.