package com.sun.java.help.search; interface CompressorIterator { void value(int i); }