KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.geronimo.transaction.manager.TransactionImpl
    Basic local transaction with support for multiple resources. @version $Rev: 128441 $ $Date: 2005-01-27 14:56:21 -0800 (Thu, 27 Jan 2005) $
  • org.apache.geronimo.security.ContextManager
    @version $Rev: 161394 $ $Date: 2005-04-14 22:35:25 -0700 (Thu, 14 Apr 2005) $
  • org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer
    Infrastructure to support code modifications. Existing code must stay untouched, new code added with correct formatting, moved code left with the user's formatting / comments. Idea: - Get the AST for existing code - Describe changes - This visitor analyses the changes or annotations and generates ...
  • org.jboss.ejb3.NonSerializableFactory
    A utility class that allows one to bind a non-serializable object into a local JNDI context. The binding will only be valid for the lifetime of the VM in which the JNDI InitialContext lives. An example usage code snippet is: Internally, there is a static map that is keyed based on Context identit ...
  • org.apache.tapestry.enhance.EnhancementOperationImpl
    Implementation of {@link org.apache.tapestry.enhance.EnhancementOperation}that knows how to collect class changes from enhancements. The method {@link #getConstructor()} finalizes the enhancement into a {@link org.apache.tapestry.services.ComponentConstructor}. @author Howard M. Lewis Ship @since ...
  • gcc.util.SimpleIdentityHashMap
    Wrapper over IdentityHashMap that we can use to avoid explicit JDK 1.4 dependencies. J2SE1.3 source folder has alternate implementation.
Popular Tags