public abstract class AbstractStubIndex<Key,Psi extends PsiElement> extends java.lang.Object implements StubIndexExtension<Key,Psi>
EP_NAME
Constructor and Description |
---|
AbstractStubIndex() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Psi> |
get(Key key,
Project project,
GlobalSearchScope scope) |
java.util.Collection<Key> |
getAllKeys(Project project) |
int |
getCacheSize() |
boolean |
processAllKeys(Project project,
Processor<? super Key> processor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKey, getKeyDescriptor, getVersion
public java.util.Collection<Psi> get(Key key, Project project, GlobalSearchScope scope)
public int getCacheSize()
getCacheSize
in interface StubIndexExtension<Key,Psi extends PsiElement>