com.threerings.presents.dobj
Interface DSet.Entry

All Superinterfaces:
Streamable
All Known Implementing Classes:
ChatChannel, ClientInfo, CrowdClientInfo, InvocationReceiver.Registration, NodeObject.Lock, OccupantInfo, SimpleEntry
Enclosing class:
DSet<E extends DSet.Entry>

public static interface DSet.Entry
extends Streamable

Entries of the set must implement this interface.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Method Summary
 Comparable<?> getKey()
          Each entry provide an associated key which is used to determine its uniqueness in the set.
 

Method Detail

getKey

Comparable<?> getKey()
Each entry provide an associated key which is used to determine its uniqueness in the set. See the DSet class documentation for further information.