-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Gets the name in the associated pairing.T
getValue()
Gets the entry in the associated pairing.
-