com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache Datastructure used to represent a closed transitive reflexive relation. It (mostly) incrementally maintains a transitive reduction and transitive closure of the relationship and so queries should be faster than dynamically computing the closed or reduced relations. <p> The implementation sto ...
org.xquark.extractor.algebra.BuildReferredAttributes Set the {@link org.xquark.extractor.algebra.Expression#_referredAttributes} field for an algebra tree with the attributes encountered during the subtree with the exception of {@link Relation#visibleTableInstances()} which are removed.
com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache A version of Hashtable that supports mostly-concurrent reading, but exclusive writing. Because reads are not limited to periods without writes, a concurrent reader policy is weaker than a classic reader/writer policy, but is generally faster and allows more concurrency. This class is a good choice ...
com.hp.hpl.jena.xmloutput.impl.Relation A sparse 2 dimensional array of boolean indexed by Object. Complete with transitive closure algorithm. @author jjc @version Release='$Name: $' Revision='$Revision: 1.5 $' Date='$Date: 2005/02/21 12:22:31 $' The empty Relation.
org.apache.commons.collections.SetUtils Provides utility methods and decorators for {@link Set} and {@link SortedSet} instances. @since Commons Collections 2.1 @version $Revision: 1.26 $ $Date: 2004/04/01 20:12:00 $ @author Paul Jack @author Stephen Colebourne @author Neil O'Toole @author Matthew Hawthorne
org.jboss.mx.remoting.tracker.MBeanTracker MBeanTracker is a utility class that will track MBeans on behalf of a user object. @author <a HREF="mailto:jhaynie@vocalocity.net">Jeff Haynie</a> @version $Revision: 1.2 $
org.eclipse.ui.commands.CommandManagerEvent An instance of this class describes changes to an instance of <code>ICommandManager</code>. <p> This class is not intended to be extended by clients. </p> @since 3.0 @see ICommandManagerListener#commandManagerChanged(CommandManagerEvent) @see org.eclipse.core.commands.Comm ...
org.enhydra.jawe.xml.XML Class which purpose is to provide methods which are used by classes that represents program apstraction of XML elements. These methods offers support for reading or writting an XML document and for generating the tooltips for for the classes that needs it.
org.apache.cocoon.util.MRUBucketMap A MRUBucketMap is an efficient ThreadSafe implementation of a Map with addition of the removeLast method implementing LRU removal policy. <br /> MRUBucketMap is based on the Avalon's BucketMap. @author <a HREF="mailto:vgritsenko@apache.org">Vadim Gritsenko</a> @deprecated Will ...
gnu.trove.THashSet An implementation of the <tt>Set</tt> interface that uses an open-addressed hash table to store its contents. Created: Sat Nov 3 10:38:17 2001 @author Eric D. Friedman @version $Id: THashSet.java,v 1.13 2005/03/26 17:52:56 ericdf Exp $
org.jboss.ejb.plugins.cmp.jdbc.bridge.RelationSet This is the relationship set. An instance of this class is returned when collection valued cmr field is accessed. See the EJB 2.0 specification for a more detailed description or the responsibilities of this class. @author <a HREF="mailto:dain@daingroup.com">Dain Sundstrom</a> @versi ...