Uses of Interface
net.ontopia.utils.CollectionFactoryIF

Packages that use CollectionFactoryIF
net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces. 
net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces. 
net.ontopia.utils Contains utility classes and generic interfaces. 
 

Uses of CollectionFactoryIF in net.ontopia.topicmaps.impl.basic
 

Constructors in net.ontopia.topicmaps.impl.basic with parameters of type CollectionFactoryIF
SubjectIdentityCache(net.ontopia.topicmaps.impl.utils.TopicMapTransactionIF txn, CollectionFactoryIF cfactory)
           
 

Uses of CollectionFactoryIF in net.ontopia.topicmaps.impl.rdbms
 

Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type CollectionFactoryIF
SubjectIdentityCache(net.ontopia.topicmaps.impl.utils.TopicMapTransactionIF txn, CollectionFactoryIF cfactory)
           
 

Uses of CollectionFactoryIF in net.ontopia.utils
 

Classes in net.ontopia.utils that implement CollectionFactoryIF
 class CollectionFactory
          INTERNAL: A collection factory that returns non-synchronized standard java.util collection objects.
 class SynchronizedCollectionFactory
          INTERNAL: A collection factory that returns synchronized standard java.util collection objects.
 



Copyright © 2000-2009 Ontopia.