--
guava-...@googlegroups.com
Project site: https://github.com/google/guava
This group: http://groups.google.com/group/guava-discuss
This list is for general discussion.
To report an issue: https://github.com/google/guava/issues/new
To get help: http://stackoverflow.com/questions/ask?tags=guava
---
You received this message because you are subscribed to the Google Groups "guava-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guava-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/guava-discuss/d5015365-dcc1-4066-8d60-ac534e1f2538%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to guava-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/guava-discuss/d5015365-dcc1-4066-8d60-ac534e1f2538%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to guava-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/guava-discuss/78154e2d-39ea-478f-beb5-240d2e18b9fc%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/guava-discuss/78154e2d-39ea-478f-beb5-240d2e18b9fc%40googlegroups.com.
Thanks.This is what I was looking for.Actually I am trying to learn graphs and was searching for a java api on it.Found yours and trying to learn more things.One thing I wanted to raise against this design is , the Network interface ,interface Network<N, E>could be better ifinterface Network<N, E extends Comparable<E>>If I am not wrong here, the edges must be comparable so that it can helpful while sorting for example in minimum spanning tree.Also I have one more doubt regarding the api. Does this api implemented any algo of BFS or DFS or any applications of them.Also can you please provide the timing when its (20.0) Beta phase will be completed and will be ready to use for any production application.
To unsubscribe from this group and stop receiving emails from it, send an email to guava-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/guava-discuss/735c9dfe-463b-4d00-85c9-e8c32799deff%40googlegroups.com.
On Tue, Nov 22, 2016 at 7:53 AM, <akash77...@gmail.com> wrote:Thanks.This is what I was looking for.Actually I am trying to learn graphs and was searching for a java api on it.Found yours and trying to learn more things.One thing I wanted to raise against this design is , the Network interface ,interface Network<N, E>could be better ifinterface Network<N, E extends Comparable<E>>If I am not wrong here, the edges must be comparable so that it can helpful while sorting for example in minimum spanning tree.
Also I have one more doubt regarding the api. Does this api implemented any algo of BFS or DFS or any applications of them.
To view this discussion on the web visit https://groups.google.com/d/msgid/guava-discuss/CAB3z6AiSBwef4Y%3DkQH2HGe1RW7y4O4-K_uckWrbUnkscJogYsg%40mail.gmail.com.