com.threerings.nexus.distrib
Class Address.OfKeyed<T extends NexusObject & Keyed>
java.lang.Object
com.threerings.nexus.distrib.Address<T>
com.threerings.nexus.distrib.Address.OfKeyed<T>
- All Implemented Interfaces:
- Streamable
- Enclosing class:
- Address<T extends NexusObject>
public static class Address.OfKeyed<T extends NexusObject & Keyed>
- extends Address<T>
An address of a keyed object.
Field Summary |
Comparable<?> |
key
The key identifying our target object. |
Fields inherited from class com.threerings.nexus.distrib.Address |
host |
key
public final Comparable<?> key
- The key identifying our target object.
Address.OfKeyed
public Address.OfKeyed(String host,
Class<T> clazz,
Comparable<?> key)
toString
public String toString()
hashCode
public int hashCode()
equals
public boolean equals(Object other)
Copyright © 2013. All Rights Reserved.