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