swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java Collections, HashMaps and EZBin


From: Marcus G. Daniels
Subject: Re: Java Collections, HashMaps and EZBin
Date: 21 Jul 2001 10:51:23 -0600
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

>>>>> "RB" == Russell Bryer <address@hidden> writes:

RB> I can get it to work happily with a swarm.collection.List
RB> and it also seem to be happy with a java.util.LinkedList. However
RB> I need to use it to plot/log the data in a class derived from a
RB> java.util.HashMap.

In order for EZBin to use a collection it must have an `iterator'
method.  One way to get that with HashMap is to hand EZBin the result
of calling `keySet' or `values' on the HashMap instance.

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]