Generics experimentat 2006-04-30 in Experiments by friebe (0 comments) This is an experiment to show how rudimentary generics support could be embedded into the XP framework.Generics in general Think of generics as specifications of a type's component(s). For example, a List<string> is a list of strings, and a Map<string, Object> is a map of strings and Objects. Further readingMore The generics experiment: Sourcecode and README |
|