Searched refs:previousEntry (Results 1 – 2 of 2) sorted by relevance
141 Map.Entry<Integer, AnnotationEndpoint> previousEntry = annotatations.lowerEntry(cursor); in annotate() local142 if (previousEntry != null) { in annotate()143 AnnotationEndpoint previousAnnotations = previousEntry.getValue(); in annotate()149 formatAnnotation(previousEntry.getKey(), in annotate()
162 Entry<K, V> previousEntry in putEntryWithChecks() local165 "Duplicate keys in mappings " + previousEntry.getKey() + in putEntryWithChecks()166 "=" + previousEntry.getValue() + " and " + key + in putEntryWithChecks()