Package edu.umd.cs.findbugs.detect
Class Noise.HashQueue
- java.lang.Object
-
- edu.umd.cs.findbugs.detect.Noise.HashQueue
-
- Enclosing class:
- Noise
class Noise.HashQueue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HashQueue(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHash()intgetPriority()voidpush(byte b)voidpush(int x)voidpush(java.lang.String s)voidpushHash(java.lang.Object x)voidreset()
-