Class BagDemonstration

java.lang.Object
  extended by BagDemonstration

public class BagDemonstration
extends java.lang.Object


Constructor Summary
BagDemonstration()
           
 
Method Summary
static void checkAges(IntArrayBag ages)
           
static void getAges(IntArrayBag ages)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BagDemonstration

public BagDemonstration()
Method Detail

main

public static void main(java.lang.String[] args)

getAges

public static void getAges(IntArrayBag ages)

checkAges

public static void checkAges(IntArrayBag ages)