Re: Possible bug with accessing child classes

2008-09-24 Thread James Reeves
On Sep 24, 9:33 pm, ".Bill Smith" <[EMAIL PROTECTED]> wrote: > Try this: > > user=> (import '(java.util Map$Entry)) > nil > user=> Map$Entry > java.util.Map$Entry > user=> Perfect! Thanks! - James --~--~-~--~~~---~--~~ You received this message because you are sub

Re: Possible bug with accessing child classes

2008-09-24 Thread .Bill Smith
James, Try this: user=> (import '(java.util Map$Entry)) nil user=> Map$Entry java.util.Map$Entry user=> Bill --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to cl