Class Null
java.lang.Object
java.lang.Number
org.apache.sling.resource.filter.impl.predicates.Null
- All Implemented Interfaces:
Serializable
,CharSequence
Utility class to represent a Null value while evaluating predicates
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar
charAt
(int index) double
boolean
float
int
intValue()
int
length()
long
subSequence
(int start, int end) Methods inherited from class java.lang.Number
byteValue, shortValue
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints, toString
-
Constructor Details
-
Null
public Null()
-
-
Method Details
-
equals
-
length
public int length()- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-
intValue
public int intValue() -
longValue
public long longValue() -
floatValue
public float floatValue()- Specified by:
floatValue
in classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValue
in classNumber
-