com.threerings.tudey.data
Class EntityKey.Entry
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.tudey.data.EntityKey
com.threerings.tudey.data.EntityKey.Entry
- All Implemented Interfaces:
- com.threerings.io.Streamable
- Enclosing class:
- EntityKey
public static class EntityKey.Entry
- extends EntityKey
Identifies an entry.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
EntityKey.Entry
public EntityKey.Entry(Object key)
- Creates a new entry key.
EntityKey.Entry
public EntityKey.Entry()
- No-arg constructor for deserialization.
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 com.threerings.io.SimpleStreamableObject
Copyright © 2011. All Rights Reserved.