org.picocontainer.doc.advanced
Class CollectionsTestCase.Bowl

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

public static class CollectionsTestCase.Bowl
extends java.lang.Object


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

Field Detail

fishes

private final java.util.LinkedList fishes

cods

private final java.util.Collection cods
Constructor Detail

CollectionsTestCase.Bowl

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

getFishes

public java.util.Collection getFishes()

getCods

public java.util.Collection getCods()