christophedelory.plist
Class Key
java.lang.Object
christophedelory.plist.PlistObject
christophedelory.plist.PlistText
christophedelory.plist.Key
public class Key
- extends PlistText
A dictionary key.
- Version:
- $Revision: 90 $
- Author:
- Christophe Delory
Constructor Summary |
Key()
Builds a new and empty key. |
Key(String value)
Builds a new key with the specified value. |
Key
public Key()
- Builds a new and empty key.
Key
public Key(String value)
- Builds a new key with the specified value.
- Parameters:
value
- the key value. Shall not be null
.
- Throws:
NullPointerException
- if value
is null
.
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.