java.lang.Object
io.quarkus.gizmo2.creator.ops.ObjectOps
io.quarkus.gizmo2.creator.ops.CollectionOps
io.quarkus.gizmo2.creator.ops.SetOps
Operations on
Set.-
Constructor Summary
ConstructorsModifierConstructorDescriptionSetOps(BlockCreator bc, Expr obj) Construct a new instance.protectedSetOps(Class<?> receiverType, BlockCreator bc, Expr obj) Construct a new subclass instance. -
Method Summary
Methods inherited from class io.quarkus.gizmo2.creator.ops.CollectionOps
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, sizeMethods inherited from class io.quarkus.gizmo2.creator.ops.ObjectOps
blockCreator, equals_, getClass_, hashCode_, invokeInstance, invokeInstance, invokeInstance, invokeInstance, invokeInstance, receiver, receiverType, toString_
-
Constructor Details
-
SetOps
Construct a new instance.- Parameters:
bc- the block creator (must not benull)obj- the set instance (must not benull)
-
SetOps
Construct a new subclass instance.- Parameters:
receiverType- the type of the receiver (must not benull)bc- the block creator (must not benull)obj- the receiver object (must not benull)
-