org.hypergraphdb.util
Interface RefResolver<Key,Value>


public interface RefResolver<Key,Value>

Defines a generic capability to resolve a reference of type Key to an object of type Value. This is similar to a LazyRef but with a key.

Author:
Borislav Iordanov

Method Summary
 Value resolve(Key key)
           
 

Method Detail

resolve

Value resolve(Key key)