KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.commons.collections.bidimap.DualTreeBidiMap
    Implementation of <code>BidiMap</code> that uses two <code>TreeMap</code> instances. <p> The setValue() method on iterators will succeed only if the new value being set is not already in the bidimap. <p> When considering whether to use this class, the {@link Tre ...
  • org.hibernate.collection.PersistentSortedMap
    A persistent wrapper for a <tt>java.util.SortedMap</tt>. Underlying collection is a <tt>TreeMap</tt>. @see java.util.TreeMap @author <a HREF="mailto:doug.currie@alum.mit.edu">e</a>
  • org.apache.commons.collections.MapUtils
    Provides utility methods and decorators for {@link Map} and {@link SortedMap} instances. <p> It contains various type safe methods as well as other useful features like deep copying. <p> It also provides the following decorators: <ul> <li>{@link #fixedSizeMap(Map)} <li& ...
  • org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
    Abstract test class for {@link SortedBidiMap} methods and contracts. @version $Revision: 1.8 $ $Date: 2004/02/18 01:20:39 $ @author Matthew Hawthorne @author Stephen Colebourne
  • com.sleepycat.collections.test.CollectionTest
    @author Mark Hayes
  • org.apache.commons.collections.map.UnmodifiableSortedMap
    Decorates another <code>SortedMap</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.7 $ $Date: 2004/04/09 10:46:32 $ @author Stephen Colebourne
  • org.objectstyle.cayenne.map.DataMap
    Stores a collection of related mapping objects that describe database and object layers of an application. DataMap contains DbEntities mapping database tables, ObjEntities - mapping persistent Java classes, Procedures - mapping database stored procedures. @author Michael Shengaout @author Andrei ...
  • org.apache.commons.collections.map.AbstractSortedMapDecorator
    Provides a base decorator that enables additional functionality to be added to a Map via decoration. <p> Methods are forwarded directly to the decorated map. <p> This implementation does not perform any special processing with the map views. Instead it simply returns the set/collection ...
  • org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
    Decorates another <code>SortedBidiMap</code> to ensure it can't be altered. @since Commons Collections 3.0 @version $Revision: 1.5 $ $Date: 2004/05/15 12:13:03 $ @author Stephen Colebourne
  • org.apache.commons.collections.map.TestPredicatedSortedMap
    Extension of {@link TestPredicatedMap} for exercising the {@link PredicatedSortedMap} implementation. @since Commons Collections 3.0 @version $Revision: 1.5 $ $Date: 2004/04/09 09:43:09 $ @author Phil Steitz
  • org.eclipse.ui.internal.keys.KeyAssistDialog
    <p> A dialog displaying a list of key bindings. The dialog will execute a command if it is selected. </p> <p> The methods on this class are not thread-safe and must be run from the UI thread. </p> @since 3.1 The data key for the binding stored on an SWT widget. The key i ...
  • org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
    Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration. <p> Methods are forwarded directly to the decorated map. <p> This implementation does not perform any special processing with the map views. Instead it simply returns the inve ...
  • org.apache.commons.collections.map.TestUnmodifiableSortedMap
    Extension of {@link AbstractTestSortedMap} for exercising the {@link UnmodifiableSortedMap} implementation. @since Commons Collections 3.0 @version $Revision: 1.4 $ $Date: 2004/04/09 10:46:32 $ @author Stephen Colebourne
  • org.eclipse.ui.keys.SpecialKey
    <p> Instances of <code>SpecialKey</code> represent the keys on keyboard recognized as neither modifier keys nor character keys. These are special control keys specific to computers (e.g., "left arrow", "page down", "F10", etc.). They do not include keys representing letters, numb ...
  • org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate
    Aggregate value records together. Things are easier to handle that way. @author andy @author Glen Stampoultzis (glens at apache.org) @author Jason Height (jheight at chariot dot net dot au)
Popular Tags