home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / Misc / HigherEducationMailbox.mbox / Archives_provide_val_.attach / May_91 / objc.338 < prev    next >
Text File  |  1991-05-21  |  318b  |  14 lines

  1. copy HashTable
  2.  
  3. Q:  The copy method doesn't work on a subclass of HashTable.  
  4.  
  5. A:  This is a HashTable bug; it does a [HashTable new] in doing the copy.  The solution is to override the copy method and roll your own -- not a clean solution but probably the only one.
  6.  
  7. QA338
  8.  
  9. Valid for 1.0
  10. Fixed in 2.0 (not valid)
  11.  
  12.  
  13.  
  14.