net.walend.collection.test
Class TestCollectionFactory
java.lang.Object
|
+--net.walend.collection.test.TestCollectionFactory
- Direct Known Subclasses:
- TestCollectionFactoryOfFreezables
- public class TestCollectionFactory
- extends java.lang.Object
A factory for test collections.
- Since:
- 20010621
- Author:
- David Walend
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
obA
protected TestString obA
obB
protected TestString obB
obC
protected TestString obC
obD
protected TestString obD
obE
protected TestString obE
obF
protected TestString obF
obG
protected TestString obG
obY
protected TestString obY
obZ
protected TestString obZ
OBS
protected Set OBS
key1
protected TestString key1
key2
protected TestString key2
key3
protected TestString key3
key4
protected TestString key4
key5
protected TestString key5
key6
protected TestString key6
key7
protected TestString key7
key2000
protected TestString key2000
key2001
protected TestString key2001
KEYS
protected Set KEYS
MAP
protected Map MAP
LIST
protected List LIST
TestCollectionFactory
public TestCollectionFactory()
getOBS
public Set getOBS()
getMAP
public Map getMAP()
getKEYS
public Set getKEYS()
getLIST
public List getLIST()
getObA
public TestString getObA()
getObB
public TestString getObB()
getObC
public TestString getObC()
getObD
public TestString getObD()
getObE
public TestString getObE()
getObF
public TestString getObF()
getObG
public TestString getObG()
getObY
public TestString getObY()
getObZ
public TestString getObZ()
getKey1
public TestString getKey1()
getKey2
public TestString getKey2()
getKey3
public TestString getKey3()
getKey4
public TestString getKey4()
getKey5
public TestString getKey5()
getKey6
public TestString getKey6()
getKey7
public TestString getKey7()
getKey2000
public TestString getKey2000()
getKey2001
public TestString getKey2001()
fillTestSet
public void fillTestSet(MutableSet set)
- Fills in the collection with objects {D,A,F,B,E,G,C}
fillTestMap
public void fillTestMap(MutableMap map)
fillTestList
public void fillTestList(MutableList list)
Copyright (c) 2000, 2001, David Walend