public static class StructureQueryConstraint.EmptySequence extends Object implements StructureQueryConstraint.Sequence
EMPTY| Constructor and Description |
|---|
EmptySequence() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
advance(StructureQueryConstraint.Acceptor acceptor)
Attempts to advance in this sequence by 0, 1 or more positions
(i.e., attempts to find the next 0, 1 or more matching indices).
|
public boolean advance(StructureQueryConstraint.Acceptor acceptor)
StructureQueryConstraint.Sequenceacceptor through calls to acceptor.accept(index)
or acceptor.accept(indices).
Return value indicates whether this sequence is capable of producing values: false indicates the end of this sequence.advance in interface StructureQueryConstraint.Sequenceacceptor - accepts members of this sequenceCopyright © 2022 ALM Works. All Rights Reserved.