Skip to content

Instantly share code, notes, and snippets.

@ph
Created October 19, 2009 16:33
Show Gist options
  • Save ph/213499 to your computer and use it in GitHub Desktop.
Save ph/213499 to your computer and use it in GitHub Desktop.
public createSomething() {
CustomPriorityQueue cp = new CustomPriorityQueue();
// do something complex and fetch data somewhere..
ArrayList rawDatas = SystemComplex.fetch();
for(Result r : rawDatas) {
cp.insert(new MaclasseSpecifierOnRuntime(r)
}
}
Pour ca que j'aurais fait
maStrategie.create(r);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment