User Tools

Site Tools


java:jfc_intf_collection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
java:jfc_intf_collection [2021/05/22 03:41]
gthanos [2ος τρόπος - iterator]
java:jfc_intf_collection [2021/05/22 02:47] (current)
Line 24: Line 24:
      
   public static void main(String args[]) {   public static void main(String args[]) {
 +    Collection<Student> students;
     students = new LinkedList<Student>();     students = new LinkedList<Student>();
     students.add(new Student("John", "Smith"));     students.add(new Student("John", "Smith"));
java/jfc_intf_collection.txt · Last modified: 2021/05/22 02:47 (external edit)