Skip to main content
Package com.gpudb

Interface TypeObjectMap.Accessor

Enclosing class:

public static interface TypeObjectMap.Accessor
An accessor that returns a value from an object.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a value from an object.
  • Method Details

    • get

      Object get(Object o)
      Returns a value from an object.
      Parameters:
      o - the object from which to return the value
      Returns:
      the value