File: TimeTable.java

package info (click to toggle)
libjibx-java 1.0.1-2
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 15,748 kB
  • ctags: 10,069
  • sloc: java: 29,151; xml: 7,963; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11

package example8;

import java.util.ArrayList;
import java.util.LinkedList;

public class TimeTable
{
    private ArrayList carriers;
    private LinkedList airports;
}