FindBugs™ 1.3.9

edu.umd.cs.findbugs.filter
Class VersionMatcher

java.lang.Object
  extended by edu.umd.cs.findbugs.filter.VersionMatcher
Direct Known Subclasses:
FirstVersionMatcher, LastVersionMatcher

public class VersionMatcher
extends java.lang.Object

Author:
pugh

Field Summary
protected  RelationalOp relOp
           
protected  long version
           
 
Constructor Summary
VersionMatcher(long version, RelationalOp relOp)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

protected final long version

relOp

protected final RelationalOp relOp
Constructor Detail

VersionMatcher

public VersionMatcher(long version,
                      @NonNull
                      RelationalOp relOp)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.