KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.commons.collections.TestDoubleOrderedMap
    Class TestDoubleOrderedMap <p> Test cases for DoubleOrderedMap. This class cannot implement TestMap.SupportsPut, because it is a special Map that does not support duplicate keys, duplicate values, or null values. @version $Revision: 1.15 $ $Date: 2004/02/18 01:20:35 $ @author Marc Johnson ...
  • org.apache.poi.util.TestBinaryTree
    Class TestBinaryTree @author Marc Johnson (mjohnson at apache dot org)
  • com.jcorporate.expresso.core.cache.CacheTest
    A test case to verify the functions of the Expresso CacheManager and related objects. @author Michael Nash @since Expresso 4.0
  • org.apache.commons.collections.map.AbstractTestIterableMap
    Abstract test class for {@link IterableMap} methods and contracts. @version $Revision: 1.4 $ $Date: 2004/02/18 01:20:38 $ @author Stephen Colebourne
  • org.apache.commons.collections.DoubleOrderedMap
    Red-Black tree-based implementation of Map. This class guarantees that the map will be in both ascending key order and ascending value order, sorted according to the natural order for the key's and value's classes. <p> This Map is intended for applications that need to be able to look up a k ...
  • 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 ...
  • org.apache.commons.collections.primitives.RandomAccessShortList
    Abstract base class for {@link ShortList}s backed by random access structures like arrays. <p /> Read-only subclasses must override {@link #get} and {@link #size}. Mutable subclasses should also override {@link #set}. Variably-sized subclasses should also override {@link #add} and {@link # ...
  • gnu.trove.TPrimitiveIterator
    Implements all iterator functions for the hashed object set. Subclasses may override objectAtIndex to vary the object returned by calls to next() (e.g. for values, and Map.Entry objects). <p> Note that iteration is fastest if you forego the calls to <tt>hasNext</tt> in favor of ...
  • org.quickserver.net.server.GhostSocketReaper
    Class (Server Hook) that closes any dead (ghost) sockets that are no longer connected or communicating. <p> It runs as a daemon thread. This thread will simply return if the socket timeout is set to &lt;= 0 in QuickServer. It will close any socket that has not sent in any communication f ...
Popular Tags