public class PastEndValue
extends java.lang.Object
PastEndValue
represents the fact that an expression
references a collection item beyond the end of the iteration. This is
distinct from null
, which may be a legitimate value. This is
closer to Void
, but that can't be instantiated.Modifier and Type | Field | Description |
---|---|---|
static PastEndValue |
PAST_END_VALUE |
The singleton
PastEndValue value. |
public static final PastEndValue PAST_END_VALUE
PastEndValue
value.Copyright © 2012–2018 Jett Team. All rights reserved.