Interface AccessPathValues<T>

All Known Implementing Classes:
AccessPathStore

public interface AccessPathValues<T>
Read-only access to AccessPathStore for convenience.
Author:
bennostein@google.com (Benno Stein)
  • Method Summary

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

    • valueOfAccessPath

      T valueOfAccessPath(AccessPath path, T defaultValue)