MetaDone
metadone.util.HashMapWithDefault< K, V > Class Reference
Inheritance diagram for metadone.util.HashMapWithDefault< K, V >:
Collaboration diagram for metadone.util.HashMapWithDefault< K, V >:

List of all members.

Public Member Functions

 HashMapWithDefault (V defaultValue)
get (Object key)

Private Attributes

final V defaultValue

Static Private Attributes

static final long serialVersionUID = 1L

Detailed Description

Author:
Vincent

Date=24 sept. 2010 - 21:20:21


Constructor & Destructor Documentation

metadone.util.HashMapWithDefault< K, V >.HashMapWithDefault ( defaultValue)

Member Function Documentation

V metadone.util.HashMapWithDefault< K, V >.get ( Object  key)

Returns the value stored under key key, and the default value if the key is not stored.


Member Data Documentation

final V metadone.util.HashMapWithDefault< K, V >.defaultValue [private]
final long metadone.util.HashMapWithDefault< K, V >.serialVersionUID = 1L [static, private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations