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 TypeMethodDescriptioncharcharAt(int index) doublebooleanfloatintintValue()intlength()longsubSequence(int start, int end) Methods inherited from class java.lang.Number
byteValue, shortValueMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, toString
-
Constructor Details
-
Null
public Null()
-
-
Method Details
-
equals
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
intValue
public int intValue() -
longValue
public long longValue() -
floatValue
public float floatValue()- Specified by:
floatValuein classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValuein classNumber
-