Exemplo n.º 1
0
 public Set<SNode> getDependencies(T t) {
   return myObjectsToNodes.getByFirst(t);
 }