|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.utils.CollectionFactory
public class CollectionFactory
INTERNAL: A collection factory that returns non-synchronized standard java.util collection objects.
| Constructor Summary | |
|---|---|
CollectionFactory()
|
|
CollectionFactory(int initsize)
|
|
| Method Summary | ||
|---|---|---|
|
makeLargeList()
INTERNAL: Creates a list that is expected to contain a large number of objects. |
|
|
makeLargeMap()
INTERNAL: Creates a map that is expected to contain a large number of objects. |
|
|
makeLargeSet()
INTERNAL: Creates a set that is expected to contain a large number of objects. |
|
|
makeSmallList()
INTERNAL: Creates a list that is expected to contain a small number of objects. |
|
|
makeSmallMap()
INTERNAL: Creates a map that is expected to contain a small number of objects. |
|
|
makeSmallSet()
INTERNAL: Creates a set that is expected to contain a small number of objects. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionFactory()
public CollectionFactory(int initsize)
| Method Detail |
|---|
public <T> java.util.Set<T> makeSmallSet()
CollectionFactoryIF
makeSmallSet in interface CollectionFactoryIFpublic <T> java.util.Set<T> makeLargeSet()
CollectionFactoryIF
makeLargeSet in interface CollectionFactoryIFpublic <V,K> java.util.Map<V,K> makeSmallMap()
CollectionFactoryIF
makeSmallMap in interface CollectionFactoryIFpublic <V,K> java.util.Map<V,K> makeLargeMap()
CollectionFactoryIF
makeLargeMap in interface CollectionFactoryIFpublic <T> java.util.List<T> makeSmallList()
CollectionFactoryIF
makeSmallList in interface CollectionFactoryIFpublic <T> java.util.List<T> makeLargeList()
CollectionFactoryIF
makeLargeList in interface CollectionFactoryIF
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||