Re: [JPP-Devel] [General Java] Standard Binary Tree Implementation

2007-12-18 Thread Sunburned Surveyor
Larry,

The first line of the class description is exactly what I'm looking for:

"Red-Black tree based implementation of the SortedMap interface."

I don't know how I missed that. Thanks for pointing it out.

Landon

On Dec 17, 2007 6:21 PM, Larry Becker <[EMAIL PROTECTED]> wrote:
> I guess a TreeMap isn't what you are looking for?
>
> http://java.sun.com/j2se/1.4.2/docs/api/java/util/TreeMap.html
>
> regards,
> Larry
>
> On Dec 17, 2007 8:17 PM, Sunburned Surveyor
>
> <[EMAIL PROTECTED]> wrote:
> > Does anyone know if Sun produces a standard implementation of a Binary
> > Tree? I poked around in the Collections documentation, but couldn't
> > find one. I also looked at the Collections classes in Jakarta Commons
> > but was unsuccessful.
> >
> > Is there a standard binary tree implementation, or does everyone cook
> > up there own implementation when they need one?
> >
> > Thanks,
> >
> > The Sunburned Surveyor
> >
> > -
> > SF.Net email is sponsored by:
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services
> > for just about anything Open Source.
> > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
>
>
> --
> http://amusingprogrammer.blogspot.com/
>
> -
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services
> for just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] [General Java] Standard Binary Tree Implementation

2007-12-17 Thread Larry Becker
I guess a TreeMap isn't what you are looking for?

http://java.sun.com/j2se/1.4.2/docs/api/java/util/TreeMap.html

regards,
Larry

On Dec 17, 2007 8:17 PM, Sunburned Surveyor
<[EMAIL PROTECTED]> wrote:
> Does anyone know if Sun produces a standard implementation of a Binary
> Tree? I poked around in the Collections documentation, but couldn't
> find one. I also looked at the Collections classes in Jakarta Commons
> but was unsuccessful.
>
> Is there a standard binary tree implementation, or does everyone cook
> up there own implementation when they need one?
>
> Thanks,
>
> The Sunburned Surveyor
>
> -
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services
> for just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>



-- 
http://amusingprogrammer.blogspot.com/

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel