package com.sun.java.help.search; interface EntryProcessor { void processEntry(String str, int i); }