Class ChainedLookup<K,V>

java.lang.Object
org.fressian.impl.ChainedLookup<K,V>
All Implemented Interfaces:
ILookup<K,V>

public class ChainedLookup<K,V> extends Object implements ILookup<K,V>
  • Field Details

    • lookups

      public final ILookup<K,V>[] lookups
  • Constructor Details

    • ChainedLookup

      public ChainedLookup(ILookup<K,V>... lookups)
  • Method Details

    • valAt

      public V valAt(K key)
      Specified by:
      valAt in interface ILookup<K,V>