Lines Matching refs:values
39 /** describes a map between keys and values.
43 …<p>Locating elements in the map, both values and keys, requires a notion of equality of two object…
45 …two values are said to be equal if and only if they have the same type, and both denote the same e…
60 /** denotes the type of the values in the map.
62 … <p>Implementations are free to accept any supertype of the <code>ValueType</code> as values.</p>
85 implementing the <code>XMap</code> interface to specify which special values are not
103 implementing the <code>XMap</code> interface to specify which special values are not
124 implementing the <code>XMap</code> interface to specify which special values are not
153 the service implementing the <code>XMap</code> interface to specify which special values
155 For instances, implementations might decide to not allow <VOID/> keys or values, or to
177 implementing the <code>XMap</code> interface to specify which special values are not