org.apache.commons.configuration.AbstractConfiguration Abstract configuration class. Provide basic functionality but does not store any data. If you want to write your own Configuration class then you should implement only abstract methods from this class. @author <a HREF="mailto:ksh@scand.com">Konstantin Shaposhnikov </a> @author <a H ...
org.apache.commons.collections.ExtendedProperties This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings instead of overwriting them. <p> <b>Please consider using the <code>PropertiesConfiguration</code> class in Commons-Configuration as soon as it ...
javolution.util.FastTable <p> This class represents a random access collection with real-time behavior; smooth capacity increase (no array resize/copy ever) and no memory allocation as long as the collection size does not exceed its initial capacity.</p> <p> This class has the following advantages over t ...
com.hp.hpl.jena.rdf.model.NodeIterator An iterator which returns RDF nodes. <p>RDF iterators are standard Java iterators, except that they have an extra method that returns specifically typed objects, in this case RDF nodes, and have a <CODE>close()</CODE> method. thatshould be called to free resources if the applicat ...