|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
K - The type of the key that the factory works onV - The type of the value that the factory producespublic interface IFactory<K,V>
An IFactory creates objects of one time based on inputs of another type.
| Method Summary | |
|---|---|
V |
createItem(K key)
Create an item. |
| Method Detail |
|---|
V createItem(K key)
key - The key of the item to create.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||