public class ImmutablePreferences extends java.lang.Object implements Preferences
| Constructor and Description |
|---|
ImmutablePreferences(Preferences preferences)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Checks if the current instance is equal to the given object or not
|
java.util.Map<java.lang.String,java.lang.String> |
getCustom()
Gets the customized preferences
|
GeocodingPreference |
getGeocoding()
Gets the
GeocodingPreference |
MatchingPreference |
getMatching()
Gets the
MatchingPreference |
OutputPreference |
getOutput()
Gets the
OutputPreference |
int |
hashCode()
Gets hash code
|
java.lang.String |
toString()
Prints out
ImmutablePreferences information |
public ImmutablePreferences(Preferences preferences)
preferences - Preferences to usepublic java.util.Map<java.lang.String,java.lang.String> getCustom()
getCustom in interface Preferencespublic GeocodingPreference getGeocoding()
GeocodingPreferencegetGeocoding in interface PreferencesGeocodingPreferencepublic MatchingPreference getMatching()
MatchingPreferencegetMatching in interface PreferencesMatchingPreferencepublic OutputPreference getOutput()
OutputPreferencegetOutput in interface PreferencesOutputPreferencepublic java.lang.String toString()
ImmutablePreferences informationtoString in class java.lang.ObjectImmutablePreferences informationpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - object to checkpublic int hashCode()
hashCode in class java.lang.Object