KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > SortedSet > Top Examples

  • com.sleepycat.collections.test.CollectionTest
    @author Mark Hayes
  • org.hibernate.collection.PersistentSortedSet
    A persistent wrapper for a <tt>java.util.SortedSet</tt>. Underlying collection is a <tt>TreeSet</tt>. @see java.util.TreeSet @author <a HREF="mailto:doug.currie@alum.mit.edu">e</a>
  • org.apache.commons.collections.set.SynchronizedSortedSet
    Decorates another <code>SortedSet</code> to synchronize its behaviour for a multi-threaded environment. <p> Methods are synchronized, then forwarded to the decorated set. <p> This class is Serializable from Commons Collections 3.1. @since Commons Collections 3.0 @version $ ...
  • org.apache.commons.collections.set.PredicatedSortedSet
    Decorates another <code>SortedSet</code> to validate that all additions match a specified predicate. <p> This set exists to provide validation for the decorated set. It is normally created to decorate an empty set. If an object cannot be added to the set, an IllegalArgumentExcept ...
  • 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.apache.commons.collections.set.AbstractTestSortedSet
    Abstract test class for {@link SortedSet} methods and contracts. <p> To use, subclass and override the {@link #makeEmptySet()} method. You may have to override other protected methods if your set is not modifiable, or if your set restricts what kinds of elements may be added; see {@link Abs ...
  • org.apache.commons.collections.set.UnmodifiableSortedSet
    Decorates another <code>SortedSet</code> to ensure it can't be altered. <p> This class is Serializable from Commons Collections 3.1. @since Commons Collections 3.0 @version $Revision: 1.6 $ $Date: 2004/06/02 22:02:34 $ @author Stephen Colebourne
  • edu.oswego.cs.dl.util.concurrent.SyncSortedSet
    SyncSortedSets wrap Sync-based control around java.util.SortedSets. They support the following additional reader operations over SyncCollection: comparator, subSet, headSet, tailSet, first, last. <p>[<a HREF="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html" ...
  • com.sleepycat.collections.StoredSortedKeySet
    The SortedSet returned by Map.keySet() and which can also be constructed directly if a Map is not needed. Since this collection is a set it only contains one element for each key, even when duplicates are allowed. Key set iterators are therefore particularly useful for enumerating the unique keys ...
  • org.eclipse.ui.internal.themes.ThemeElementHelper
    @since 3.0
  • com.sleepycat.collections.StoredCollections
    This class consists exclusively of static methods that operate on or return stored collections and maps, jointly called containers. It contains methods for changing certain properties of a container. Because container properties are immutable, these methods always return a new container instance. ...
  • org.apache.commons.collections.set.TestTypedSortedSet
    Extension of {@link AbstractTestSortedSet} for exercising the {@link TypedSortedSet} implementation. @since Commons Collections 3.0 @version $Revision: 1.5 $ $Date: 2004/06/02 22:12:14 $ @author Phil Steitz
  • com.sleepycat.je.dbi.INList
    The INList is a list of in-memory INs for a given environment.
  • org.eclipse.ui.contexts.IContextManager
    <p> A context manager tracks the sets of defined and enabled contexts within the application. The manager sends notification events to listeners when these sets change. It is also possible to retrieve any given context with its identifier. </p> <p> This interface is not intended ...
  • org.apache.cocoon.components.modules.input.XMLMetaModule
    Meta module that obtains values from other module and returns all parameters as XML. <p>Config</p> <pre> &lt;!-- in cocoon.xconf --&gt; &lt;ignore&gt;do-&lt;/ignore&gt; &lt;strip&gt;user.&lt;/strip&gt; &lt;input-module name="request-pa ...
  • xdoclet.modules.doc.info.InfoTagsHandler
    @author <a HREF="mailto:aslak.nospam@users.sf.net">Aslak Hellesøy</a> @created Oct 15, 2001 @xdoclet.taghandler namespace="Info" @version $Revision: 1.9 $
Popular Tags