[jboss-jira] [JBoss JIRA] Created: (JBCOMMON-113) Add generics to org.jboss.util.graph
Ondrej Žižka (JIRA)
jira-events at lists.jboss.org
Wed Aug 18 17:23:11 EDT 2010
Add generics to org.jboss.util.graph
------------------------------------
Key: JBCOMMON-113
URL: https://jira.jboss.org/browse/JBCOMMON-113
Project: JBoss Common
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: common-core (2.x)
Affects Versions: 2.2.17.GA
Reporter: Ondrej Žižka
Priority: Optional
org.jboss.util.graph could use generics at more places, esp. when returning collections, e.g.:
List -> List<Vertex> :
Vertex#getOutgoingEdges()
Vertex#getIncomingEdges()
Graph#getVerticies()
etc.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list