Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members
gat::Preferences Class ReferenceAn instance of this class represents user preferences for selecting adaptors.
More...
Inheritance diagram for gat::Preferences:
[legend]Collaboration diagram for gat::Preferences:
[legend]List of all members.
|
Public Methods |
| | Preferences () |
| | Constructs a new Preferences no mappings.
|
| | Preferences (Map map) |
| | Constructs a new Preferences with the same mappings as the given Map.
|
| Object | put (Object key, Object value) |
| | Associates the specified value with the specified key in this map (optional operation).
|
Detailed Description
An instance of this class represents user preferences for selecting adaptors.
Currently this class is a place holder for the user preferences, the structure of which is in development.
Definition at line 12 of file Preferences.java.
Constructor & Destructor Documentation
| gat::Preferences::Preferences |
( |
|
) |
[inline] |
|
| gat::Preferences::Preferences |
( |
Map |
map |
) |
[inline] |
|
Member Function Documentation
| Object gat::Preferences::put |
( |
Object |
key, |
|
|
Object |
value |
|
) |
[inline] |
|
|
|
Associates the specified value with the specified key in this map (optional operation).
If the map previously contained a mapping for this key, the old value is replaced. - Parameters:
-
| key |
key with which the specified value is to be associated. |
| value |
value to be associated with the specified key. |
- Returns:
-
previous value associated with specified key, or
null if there was no mapping for key. A null return can also indicate that the map previously associated null with the specified key, if the implementation supports null values.
- Exceptions:
-
| UnsupportedOperationException |
if the put operation is not supported by this map. |
| ClassCastException |
if the class of the specified key or value prevents it from being stored in this map. |
| IllegalArgumentException |
if some aspect of this key or value prevents it from being stored in this map. |
| NullPointerException |
this map does not permit null keys or values, and the specified key or value is null. |
Definition at line 55 of file Preferences.java. |
The documentation for this class was generated from the following file:
|