[gclist] Garbage collection and XML

Boehm, Hans hans_boehm@hp.com
Tue, 6 Mar 2001 15:18:51 -0800


>  I thought there _was_ a
> UniqueString class in Java, but when I looked for it, I 
> couldn't find one.
Isn't java.lang.String.intern() what you want?

Hans