public static interface NullabilityDetector.NullabilityAccessor
| Modifier and Type | Field and Description |
|---|---|
static NullabilityDetector.NullabilityAccessor |
FALSE |
static NullabilityDetector.NullabilityAccessor |
INDEX_OUT_OF_BOUNDS |
static NullabilityDetector.NullabilityAccessor |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
static NullabilityDetector.NullabilityAccessor |
compress(boolean[] values) |
boolean |
isNullable(int index)
Note: The return value when providing out-of-bound index is "not defined".
|
static final NullabilityDetector.NullabilityAccessor TRUE
static final NullabilityDetector.NullabilityAccessor FALSE
static final NullabilityDetector.NullabilityAccessor INDEX_OUT_OF_BOUNDS
boolean isNullable(int index)
IndexOutOfBoundsException when providing out-of-bound indexindex - parameter indextrue if the parameter at specified index is nullable, false
otherwiseIndexOutOfBoundsException - if index is out of bounds of the method/constructor
parametersstatic NullabilityDetector.NullabilityAccessor compress(boolean[] values)
Copyright © 2025 HtmlUnit. All rights reserved.