
Untitled
By: a guest on
Apr 17th, 2012 | syntax:
Java | size: 0.25 KB | hits: 11 | expires: Never
class Root extends Area{
private Collection<Georeference> allgeoreferences;
private final Root instance= new Root();
private Root(){
allgeoreferences= new LinkedList<Georeference>();
}
Root getInstance(){
return instance;
}
}