@GwtCompatible public interface TestQueueGenerator<E> extends TestCollectionGenerator<E>
Modifier and Type | Method and Description |
---|---|
Queue<E> |
create(Object... elements)
Creates a new container containing the given elements.
|
createArray, order, samples
Queue<E> create(Object... elements)
TestContainerGenerator
create
in interface TestContainerGenerator<Collection<E>,E>
Copyright © 2010-2016. All Rights Reserved.