Searched refs:hasDeclaredValueForKeyIgnoreCase (Results 1 – 3 of 3) sorted by relevance
282 assertTrue(ats.hasDeclaredValueForKeyIgnoreCase("A")); in testBoolean()286 assertFalse(ats.hasDeclaredValueForKeyIgnoreCase("C")); in testBoolean()
320 public boolean hasDeclaredValueForKeyIgnoreCase(String key) { in hasDeclaredValueForKeyIgnoreCase() method in Attributes
723 … added Attributes#hasDeclaredValueForKey(key) and Attribute#hasDeclaredValueForKeyIgnoreCase(), to…