- Type Parameters:
T - the type of object stored in the namespace
public interface NameBinding<T>
Encapsulates the association of a name and entry in a namespace.
-
Method Summary
Gets the name in the associated pairing.
Gets the entry in the associated pairing.
-
Method Details
-
getName
Gets the name in the associated pairing.
- Returns:
- the name associated with the object
-
getValue
Gets the entry in the associated pairing.
- Returns:
- the object associated with the name