Class Hobbyist

java.lang.Object
  |
  +--Hobbyist

public class Hobbyist
extends java.lang.Object

This class is a very simple demo of some of the Collection classes.


Constructor Summary
Hobbyist()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run through different types of collections and show how they can all be processed using the same code if it is carefully designed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hobbyist

public Hobbyist()
Method Detail

main

public static void main(java.lang.String[] args)
Run through different types of collections and show how they can all be processed using the same code if it is carefully designed.

Parameters:
args - ignored