static class MapUsageIssues.ContainsKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
keyValue |
private int |
reportLevel |
private int |
scopeEnd |
| Constructor and Description |
|---|
ContainsKey(edu.umd.cs.findbugs.OpcodeStack.Item itm,
int ifEnd) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getReportLevel() |
int |
hashCode() |
boolean |
outOfScope(int pc) |
java.lang.String |
toString() |
private java.lang.Object keyValue
private int scopeEnd
private int reportLevel
public ContainsKey(edu.umd.cs.findbugs.OpcodeStack.Item itm,
int ifEnd)
public boolean outOfScope(int pc)
public int getReportLevel()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.