S - The type of the token used for deciding on method equality.protected abstract static class MethodGraph.Compiler.Default.Key<S> extends Object
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | MethodGraph.Compiler.Default.Key.DetachedA detached version of a key that identifies methods by their JVM signature, i.e. | 
| protected static class  | MethodGraph.Compiler.Default.Key.Harmonized<V>A harmonized key represents a key where equality is decided based on tokens that are returned by a
  MethodGraph.Compiler.Default.Harmonizer. | 
| protected static class  | MethodGraph.Compiler.Default.Key.Store<V>A store for collected methods that are identified by keys. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected String | internalNameThe internal name of the method this key identifies. | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | Key(String internalName)Creates a new key. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| protected abstract Set<S> | getIdentifiers()Returns a set of all identifiers of this key. | 
| int | hashCode() | 
protected final String internalName
protected Key(String internalName)
internalName - The internal name of the method this key identifies.Copyright © 2014–2016. All rights reserved.