public interface IndexValidator
Modifier and Type | Field and Description |
---|---|
static IndexValidator |
TRUE
The validator whose
validateIndex(int) method always returns true. |
Modifier and Type | Method and Description |
---|---|
boolean |
validateIndex(int index)
If the given
index or the value at the given index is valid, this method should return
true , otherwise false . |
static final IndexValidator TRUE
validateIndex(int)
method always returns true.Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.