| Topics in Doc web: | Changed: now 15:42 GMT | Changed by: |
| GeneratorMultiMethodExample | 30 Jan 2004 - 19:52 - NEW | IsaacGouy |
| / Please try the NoviceExamples before the MultiMethodExamples To compile: nicec sourcepath .. a builderpattern.jar builderpattern To run: java jar builderpattern ... | ||
| GenericProgrammingBeginnerExample | 10 Jan 2004 - 15:35 - r1.2 | IsaacGouy |
| / Please try the NoviceExamples before the BeginnerExamples To compile: nicec sourcepath .. d . a generic.jar generic To run: java jar generic.jar / abstract interface ... | ||
| GetInvolved | 09 Jul 2005 - 18:24 - r1.7 | DanielBonniot |
| Thanks for your interest in getting involved! Nice is not pushed by a single company, but developed openly by a small team, in the spirit of free software. It will ... | ||
| GraphClassesExample | 28 Apr 2005 - 11:50 - r1.7 | TWikiGuest |
| // compilation unit ColorValue.nice package graph; public enum ColorValue {white, gray, black} // compilation unit HashPropertyMap.nice package graph; public class ... | ||
| GraphConceptsExample | 28 Apr 2005 - 11:50 - r1.7 | TWikiGuest |
| // compilation unit GraphConcepts.nice package graph; public interface GraphEdge { Vertex source(); Vertex target(); } Iterator forIterator(Iterator it) it; public ... | ||
| GraphParametricTypeExample | 22 Apr 2005 - 10:52 - r1.8 | TWikiGuest |
| http://www.osl.iu.edu/publications/pubs/2003/comparing generic programming03.pdf "A Comparative Study of Language Support for Generic Programming" used a sample of ... | ||
| GraphTestExample | 28 Apr 2005 - 11:50 - r1.7 | TWikiGuest |
| // compilation unit Tests.nice package graph; void main(String args){ println(""); println("Breadth First Search Test"); println(" "); bfsTest(); println(""); println ... | ||
| Topic WebHome . { } |
|
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback. |