Interface ILookup<K,V>

All Known Implementing Classes:
CachingLookup, ChainedLookup, InheritanceLookup, MapLookup

public interface ILookup<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    valAt(K key)
     
  • Method Details

    • valAt

      V valAt(K key)