java.lang.Object
org.testng.internal.reflect.ReflectionRecipes.ListBackedImmutableQueue<T>
- Enclosing class:
- ReflectionRecipes
private static class ReflectionRecipes.ListBackedImmutableQueue<T>
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
backingList
private final List<T> backingList
-
Constructor Details
-
ListBackedImmutableQueue
ListBackedImmutableQueue(T[] elements)
-