Class Exercise5_1

java.lang.Object
  extended byExercise5_1

public class Exercise5_1
extends java.lang.Object

Exercise 5.1 from the book

Version:
1.0
Author:
Kristian Torp, torp (at) cs (dot) aau (dot) dk

Constructor Summary
Exercise5_1()
          Constructor for objects of class Exercise5_1
 
Method Summary
static java.util.ArrayList getList()
          Creates an ArrayList without import java.util
static void main(java.lang.String[] args)
          The main method that creates an ArrayList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exercise5_1

public Exercise5_1()
Constructor for objects of class Exercise5_1

Method Detail

getList

public static java.util.ArrayList getList()
Creates an ArrayList without import java.util.*;


main

public static void main(java.lang.String[] args)
The main method that creates an ArrayList