I have an idea for a Map that I think would fit nicely in the commons
collections library. The idea is to add a method
Set keySetForValue(Object value)
that would return the set of key's that are mapped to the given value. For
example:
map.put("1", "2");
map.put("2", "1");
map.put("3", "3");
m
e have had suggestions of a Tree structure before (search for Tree and
TreeNode). Ideally it would be good to get TreeNode and BinaryTree
integrated to create one new interface group.
Stephen
> from: Ryan Schutt <[EMAIL PROTECTED]>
> I have a BinaryTree class that I'd like to contribu
Hello,
I have a BinaryTree class that I'd like to contribute to commons
collections. I'm amazed that nobody has brought this up before (I searched
through the archives), but it has been useful for me, and hopefully will be
useful for others. Who should I send it to?
-Ryan
--
To unsubscribe, e