Interface Valued<V>

Type Parameters:
V - The type of value contained in the object.
All Known Subinterfaces:
MutableValued<V>
All Known Implementing Classes:
MediaType.Parameter, NameValuePair, NameValuePairMapEntry, URIQueryParameter

public interface Valued<V>
An object that contains a value.
Author:
Garret Wilson
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getValue

      V getValue()
      Returns:
      The current value, or null if there is no value.