caching via XMLObject ?
Cantor, Scott
cantor.2 at osu.edu
Tue Aug 20 17:27:46 EDT 2013
On 8/20/13 4:03 PM, "Brent Putman" <putmanb at georgetown.edu> wrote:
>
>Also good to know. On a related note, I noticed that the Guava MultiMap
>interface just returns a Collection from its get() and other methods, so
>we'll need to think about that. I guess a particular (like ours) could
>impl can guarantee to return a specific type of collection, that has
>ordering or uniqueness guarantees, etc.
I believe the subinterfaces like SetMultimap and ListMultimap provide
specific guarantees about the values without constraining the
implementation.
-- Scott
More information about the dev
mailing list