org.apache.jena.atlas.lib.cache
Interface Getter<K,V>


public interface Getter<K,V>

A get interface


Method Summary
 V get(K key)
           
 

Method Detail

get

V get(K key)


Licenced under the Apache License, Version 2.0