Ejemplo n.º 1
0
 public Set<PsiElement> getElements() {
   return Collections.unmodifiableSet(myAllRenames.keySet());
 }
Ejemplo n.º 2
0
 @NotNull
 public Set<String> getClassIdentifiers() {
   return Collections.unmodifiableSet(classIdentifiers);
 }