Package javassist.bytecode.analysis
Class IntQueue.Entry
- java.lang.Object
-
- javassist.bytecode.analysis.IntQueue.Entry
-
- Enclosing class:
- IntQueue
private static class IntQueue.Entry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private IntQueue.Entry
next
private int
value
-
Constructor Summary
Constructors Modifier Constructor Description private
Entry(int value)
-
-
-
Field Detail
-
next
private IntQueue.Entry next
-
value
private int value
-
-