Lines Matching defs:key
188 * Each attribute key of the AttributedCharacterIterator will be of type
192 * key is also used as the attribute value.
302 * <code>string</code> and additional key/value pair <code>key</code>,
306 * @param key Key for AttributedCharacterIterator
307 * @param value Value associated with key in AttributedCharacterIterator
311 String string, AttributedCharacterIterator.Attribute key,
315 as.addAttribute(key, value);
321 * <code>iterator</code> and the additional attribute <code>key</code>
325 * @param key Key for AttributedCharacterIterator
326 * @param value Value associated with key in AttributedCharacterIterator
331 AttributedCharacterIterator.Attribute key, Object value) {
334 as.addAttribute(key, value);