@@ -386,10 +386,11 @@ KeyIteratorImpl() { next = firstEntry; } + @SuppressWarnings("initialization") KeyIteratorImpl(final int k) { if ((next = locateKey(k)) != null) { if (next.key <= k) { prev = next; next = next.next();