Package org.testng.internal.reflect
Class ReflectionRecipes.ListBackedImmutableQueue<T>
- java.lang.Object
-
- org.testng.internal.reflect.ReflectionRecipes.ListBackedImmutableQueue<T>
-
- Enclosing class:
- ReflectionRecipes
private static class ReflectionRecipes.ListBackedImmutableQueue<T> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<T>
backingList
-
Constructor Summary
Constructors Constructor Description ListBackedImmutableQueue(T[] elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) T
poll()
-