Class StackFactory
- java.lang.Object
-
- org.benf.cfr.reader.util.collections.StackFactory
-
public class StackFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StackFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <X> java.util.Stack<X>
newStack()
-