GrammarScope  4.0.0
Public Member Functions | Protected Member Functions | Static Private Attributes | List of all members
grammarscope.document.Document.MapCache< K, T > Class Template Referenceabstract
Inheritance diagram for grammarscope.document.Document.MapCache< K, T >:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.document.Document.MapCache< K, T >:
Collaboration graph
[legend]

Public Member Functions

get (final Object key)
 

Protected Member Functions

abstract T fetch (K key)
 

Static Private Attributes

static final long serialVersionUID = 5601623113471586235L
 

Detailed Description

Key-indexed objects cache

Parameters
<K>key type
<T>type of cached object
Author
Bernard Bou

Member Function Documentation

◆ fetch()

abstract T grammarscope.document.Document.MapCache< K, T >.fetch ( key)
abstractprotected

Fetch object from source

Parameters
keykey
Returns
fetched object

◆ get()

T grammarscope.document.Document.MapCache< K, T >.get ( final Object  key)

Member Data Documentation

◆ serialVersionUID

final long grammarscope.document.Document.MapCache< K, T >.serialVersionUID = 5601623113471586235L
staticprivate

The documentation for this class was generated from the following file: