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 revisionPrevious revision
Next revision
Previous revision
java:jfc_intf_collection [2021/05/22 03:41] – [2ος τρόπος - iterator] gthanosjava:jfc_intf_collection [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
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.1621654886.txt.gz · Last modified: 2021/05/22 02:41 (external edit)