Skip to main content
Package com.gpudb

Interface TypeObjectMap.Mutator

Enclosing class:

public static interface TypeObjectMap.Mutator
A mutator that sets a value in an object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(Object o, Object value)
    Sets a value in an object.
  • Method Details

    • set

      void set(Object o, Object value)
      Sets a value in an object.
      Parameters:
      o - the object in which to set the value
      value - the value