Livejournal
Log in
Post
Friends
My journal
dmitskevich
Java Generics: Generic type defined as return type only
Aug 11, 2009 15:45
public
X get(String property);
is great! You can use e.g.
item.get("active");
to get property with type you need...
Leave a comment
Read comments 5
Previous post
Next post
Up