public class OverloadMethodSetCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ClassFile,java.util.Map<MethodPrototype,OverloadMethodSet>> |
content |
Constructor and Description |
---|
OverloadMethodSetCache() |
Modifier and Type | Method and Description |
---|---|
OverloadMethodSet |
get(ClassFile classFile,
MethodPrototype methodPrototype) |
void |
set(ClassFile classFile,
MethodPrototype methodPrototype,
OverloadMethodSet overloadMethodSet) |
private final java.util.Map<ClassFile,java.util.Map<MethodPrototype,OverloadMethodSet>> content
public OverloadMethodSet get(ClassFile classFile, MethodPrototype methodPrototype)
public void set(ClassFile classFile, MethodPrototype methodPrototype, OverloadMethodSet overloadMethodSet)