Searched refs:containsData (Results 1 – 6 of 6) sorted by relevance
55 assertThat(node.containsData(ABC)).isTrue(); in addAFewKeysAndSeeIfTheyAreStoredCorrectly()56 assertThat(node.containsData(LISTY)).isTrue(); in addAFewKeysAndSeeIfTheyAreStoredCorrectly()57 assertThat(node.containsData(DING)).isFalse(); in addAFewKeysAndSeeIfTheyAreStoredCorrectly()
309 if (!node.containsData(TYPE_WITH_LAMBDAS_RESOLVED)) { in getType()318 if (!arg.containsData(TYPE_WITH_LAMBDAS_RESOLVED)) { in getType()351 if (node.containsData(dataKey)) { in find()
205 assertTrue(deserialized.containsData(Node.SYMBOL_RESOLVER_KEY)); in testAttachingSymbolResolver()
402 if (!node.containsData(NODE_TEXT_DATA)) { in print()529 if (!node.containsData(NODE_TEXT_DATA)) { in getOrCreateNodeText()
491 public boolean containsData(DataKey<?> key) { in containsData() method in Node
193 This can be rewritten by checking with Node.containsData before doing getData.