de.intarsys.pdf.cos
Class COSFalse
java.lang.Object
de.intarsys.pdf.cos.COSDocumentElement
de.intarsys.pdf.cos.COSObject
de.intarsys.pdf.cos.COSPrimitiveObject
de.intarsys.pdf.cos.COSBoolean
de.intarsys.pdf.cos.COSFalse
- All Implemented Interfaces:
- ICOSExceptionHandler, de.intarsys.tools.component.ISaveStateSupport
public class COSFalse
- extends COSBoolean
Represents the boolean value "false".
Methods inherited from class de.intarsys.pdf.cos.COSObject |
asArray, asDictionary, asFixed, asInteger, asName, asNull, asNumber, asStream, asString, beConstant, beIndirect, containable, copyOptional, copyShallow, copySubGraph, dereference, getContainer, getDoc, getIndirectObject, isIndirect, isNull, isNumber, isSwapped, restoreState, stringValue, toString |
create
public static COSFalse create()
booleanValue
public boolean booleanValue()
- Description copied from class:
COSBoolean
- The boolean value for this.
- Specified by:
booleanValue
in class COSBoolean
- Returns:
- The boolean value for this.
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Returns an arbitrary number to avoid collisions
- Overrides:
hashCode
in class Object
- Returns:
- 17
- See Also:
Object.hashCode()
saveState
public Object saveState()
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.