Interface AccessPathValues<T>

All Known Implementing Classes:
AccessPathStore

public interface AccessPathValues<T>
Read-only access to AccessPathStore for convenience.
Author:
[email protected] (Benno Stein)
  • Method Summary

    Modifier and Type
    Method
    Description
    valueOfAccessPath(AccessPath path, T defaultValue)
     
  • Method Details

    • valueOfAccessPath

      T valueOfAccessPath(AccessPath path, T defaultValue)