com.threerings.tudey.data
Class EntityKey.Entry

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.tudey.data.EntityKey
          extended by com.threerings.tudey.data.EntityKey.Entry
All Implemented Interfaces:
Streamable
Enclosing class:
EntityKey

public static class EntityKey.Entry
extends EntityKey

Identifies an entry.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.data.EntityKey
EntityKey.Actor, EntityKey.Entry
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
protected  Object _key
          The entry key.
 
Constructor Summary
EntityKey.Entry()
          No-arg constructor for deserialization.
EntityKey.Entry(Object key)
          Creates a new entry key.
 
Method Summary
 boolean equals(Object other)
           
 Object getKey()
          Returns the entry key.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_key

protected Object _key
The entry key.

Constructor Detail

EntityKey.Entry

public EntityKey.Entry(Object key)
Creates a new entry key.


EntityKey.Entry

public EntityKey.Entry()
No-arg constructor for deserialization.

Method Detail

getKey

public Object getKey()
Returns the entry key.


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class SimpleStreamableObject