com.threerings.config
Class BoundConfig.ScopeKey

java.lang.Object
  extended by com.threerings.config.BoundConfig.ScopeKey
Enclosing class:
BoundConfig

protected static class BoundConfig.ScopeKey
extends Object

Identifies a scope.


Field Summary
protected  WeakReference<Scope> _scope
          The scope.
 
Constructor Summary
BoundConfig.ScopeKey(Scope scope)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_scope

protected WeakReference<Scope> _scope
The scope.

Constructor Detail

BoundConfig.ScopeKey

public BoundConfig.ScopeKey(Scope scope)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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