Class SetOps


public class SetOps extends CollectionOps
Operations on Set.
  • Constructor Details

    • SetOps

      public SetOps(BlockCreator bc, Expr obj)
      Construct a new instance.
      Parameters:
      bc - the block creator (must not be null)
      obj - the set instance (must not be null)
    • SetOps

      protected SetOps(Class<?> receiverType, BlockCreator bc, Expr obj)
      Construct a new subclass instance.
      Parameters:
      receiverType - the type of the receiver (must not be null)
      bc - the block creator (must not be null)
      obj - the receiver object (must not be null)