Lizzy v1.1.1

christophedelory.plist
Class Key

java.lang.Object
  extended by christophedelory.plist.PlistObject
      extended by christophedelory.plist.PlistText
          extended by 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.
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class christophedelory.plist.PlistText
getValue, setValue
 
Methods inherited from class christophedelory.plist.PlistObject
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.