Hi,

Am 10.08.2010 um 23:22 schrieb Tim Daly:

> This code uses the JGraphT graphing package which
> wants to create a graph where the types of the
> vertices and edges are generics, as in:
> 
> JGraphT<MyVertexType,MyEdgeType> graph = ....
> 
> and I'm at a loss for how to instantiate a graph in clojure.

Just leave away the generics. (let [graph (JGraphT.)] ...)

Sincerely
Meikel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to