Package org.assertj.core.internal
Class Iterables.Lifo
- java.lang.Object
-
- org.assertj.core.internal.Iterables.Lifo
-
-
Field Summary
Fields Modifier and Type Field Description private intmaxSizeprivate LinkedList<Object>stack
-
Constructor Summary
Constructors Constructor Description Lifo(int maxSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidadd(Object element)(package private) booleanmatchesExactly(Object[] sequence)
-
-
-
Field Detail
-
maxSize
private int maxSize
-
stack
private LinkedList<Object> stack
-
-