private static final class CompositeOffsetsPostingsEnum.BoundsCheckingPostingsEnum
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private PostingsEnum |
postingsEnum |
private int |
remainingPositions |
Constructor and Description |
---|
BoundsCheckingPostingsEnum(PostingsEnum postingsEnum) |
Modifier and Type | Method and Description |
---|---|
private boolean |
nextPosition()
Advances to the next position and returns true, or returns false if it can't.
|
private final PostingsEnum postingsEnum
private int remainingPositions
BoundsCheckingPostingsEnum(PostingsEnum postingsEnum) throws java.io.IOException
java.io.IOException