Uses of Class
org.soliscode.test.breakable.BreakableSequencedCollection.Builder
Packages that use BreakableSequencedCollection.Builder
Package
Description
Support for "breakable" objects that can be used to test contract classes.
-
Uses of BreakableSequencedCollection.Builder in org.soliscode.test.breakable
Subclasses with type arguments of type BreakableSequencedCollection.Builder in org.soliscode.test.breakableModifier and TypeClassDescriptionstatic class
The builder for BreakableCollection objects.Methods in org.soliscode.test.breakable that return BreakableSequencedCollection.BuilderModifier and TypeMethodDescriptionstatic <E> BreakableSequencedCollection.Builder
<E> Breakables.buildSequencedCollection
(E... e) Creates a builder for aBreakableSequencedCollection
initialized with a set of elements.static <E> BreakableSequencedCollection.Builder
<E> Breakables.buildSequencedCollection
(Class<E> c) Creates a builder for aBreakableSequencedCollection
.BreakableSequencedCollection.Builder.copy()
BreakableSequencedCollection.Builder.self()
Constructors in org.soliscode.test.breakable with parameters of type BreakableSequencedCollection.BuilderModifierConstructorDescriptionCreate a builder initialized with the values copied from another builder.