|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.oval.collection.CollectionFactoryJavalutionImpl
public class CollectionFactoryJavalutionImpl
| Constructor Summary | |
|---|---|
CollectionFactoryJavalutionImpl()
|
|
| Method Summary | ||
|---|---|---|
|
createList()
Instantiate an ArrayList like list object |
|
|
createList(int initialCapacity)
Instantiate an ArrayList like list object |
|
|
createMap()
Instantiate a HashMap like map object |
|
|
createMap(int initialCapacity)
Instantiate a HashMap like map object |
|
|
createSet()
Instantiate a HashSet like set object |
|
|
createSet(int initialCapacity)
Instantiate a HashSet like set object |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionFactoryJavalutionImpl()
| Method Detail |
|---|
public <ItemType> List<ItemType> createList()
createList in interface CollectionFactorypublic <ItemType> List<ItemType> createList(int initialCapacity)
createList in interface CollectionFactorypublic <KeyType,ValueType> Map<KeyType,ValueType> createMap()
createMap in interface CollectionFactorypublic <KeyType,ValueType> Map<KeyType,ValueType> createMap(int initialCapacity)
createMap in interface CollectionFactorypublic <ItemType> Set<ItemType> createSet()
createSet in interface CollectionFactorypublic <ItemType> Set<ItemType> createSet(int initialCapacity)
createSet in interface CollectionFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||