227228229230231232233234235236237
this.array = array; this.n = n; } public IntIterator iterator() { return new AbstractIntIterator() { final InputBitStream ibs = new InputBitStream( array ); int pos; public boolean hasNext() { return pos < n;