Package com.sun.corba.se.impl.util


package com.sun.corba.se.impl.util
  • Class
    Description
    IdentityHashtable is a modified copy of the 1.1.6 Hashtable class which does not rely on the hashCode() and equals() methods of the key or value; instead, it uses the System.identityHashcode() method and pointer comparison.
    Utility methods for doing various method calls which are used by multiple classes
     
    PackagePrefixChecker provides static utility methods for getting package prefixes.
     
     
    The vendor minor code ID reserved for Sun by the OMG.
    Handy class full of static functions.