org.picocontainer.doc.advanced
Class CollectionsTestCase.Bowl

java.lang.Object
  extended byorg.picocontainer.doc.advanced.CollectionsTestCase.Bowl
Enclosing class:
CollectionsTestCase

public static class CollectionsTestCase.Bowl
extends Object


Constructor Summary
CollectionsTestCase.Bowl(LinkedList fishes, Collection cods)
           
 
Method Summary
 Collection getCods()
           
 Collection getFishes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionsTestCase.Bowl

public CollectionsTestCase.Bowl(LinkedList fishes,
                                Collection cods)
Method Detail

getFishes

public Collection getFishes()

getCods

public Collection getCods()


Copyright © 2003-2007 Codehaus. All Rights Reserved.