Interface NameBinding<T>

  • 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 Detail

      • getName

        String getName()
        Gets the name in the associated pairing.
        Returns:
        the name associated with the object
      • getValue

        T getValue()
        Gets the entry in the associated pairing.
        Returns:
        the object associated with the name