Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01

The PofSparseArray..::..NilPofValue type exposes the following members.

Methods

  NameDescription
Public methodApplyChanges
Apply all the changes that were made to this value and return a binary representation of the new value.
(Inherited from AbstractPofValue.)
Protected methodEnsureReferenceRegistry
Obtain the registry for identity-reference pairs, creating it if necessary.
(Inherited from AbstractPofValue.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBoolean
Return the Boolean which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetBooleanArray
Return the Boolean[] which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetByte
Return the Byte which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetByteArray
Return the Byte[] which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetChanges
Return a binary containing changes made to this IPofValue in the format defined by the BinaryDeltaCompressor.
(Inherited from AbstractPofValue.)
Public methodGetChar
Return the Char which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetCharArray
Return the Char[] which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetChild
Locate a child IPofValue contained within this IPofValue.
(Inherited from SimplePofValue.)
Public methodGetCollection(ICollection)
Return an ICollection of object values which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetCollection<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>))
Return an ICollection<T> of object values which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetDate
Return the DateTime which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetDateTime
Return the DateTime which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetDayTimeInterval
Return the TimeSpan which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetDecimal
Return the Decimal which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetDictionary(IDictionary)
Return an IDictionary of key/value pairs which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetDictionary<(Of <<'(TKey, TValue>)>>)(IDictionary<(Of <<'(TKey, TValue>)>>))
Read an IDictionar<TKey, TValue>y of key/value pairs which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetDouble
Return the Double which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetDoubleArray
Return the Double[] which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInt16
Return the Int16 which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetInt16Array
Return the Int16[] which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetInt32
Return the Int32 which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetInt32Array
Return the Int32[] which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetInt64
Return the Int64 which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetInt64Array
Return the Int64[] which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetSerializedValue
Return this value's serialized form.
(Overrides AbstractPofValue..::..GetSerializedValue()()()().)
Public methodGetSingle
Return the Single which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetSingleArray
Return the Single[] which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetString
Return the String which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue()()()()
Return the deserialized value which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetValue(Type)
Return the deserialized value which this IPofValue represents.
(Inherited from AbstractPofValue.)
Public methodGetValue(Int32)
Return the deserialized value which this IPofValue represents.
(Overrides AbstractPofValue..::..GetValue(Int32).)
Protected methodIncrementDirtyBytesCount
Increment the counter representing the estimated number of bytes in the original buffer that have been modified.
(Inherited from AbstractPofValue.)
Protected methodIncrementDirtyValuesCount
Increment the counter representing the number of values within this POF hierarchy that have been modified.
(Inherited from AbstractPofValue.)
Protected methodLookupIdentity
Look up the specified identity and return the object to which it refers.
(Inherited from AbstractPofValue.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRegisterIdentity
Register the passed value with the passed identity.
(Inherited from AbstractPofValue.)
Protected methodSetDirty
Set the dirty flag for this value.
(Inherited from AbstractPofValue.)
Protected methodSetUniformEncoded
Specifies that the buffer contains only a value, without a type identifier.
(Inherited from AbstractPofValue.)
Public methodSetValue
Update this PofValue.
(Overrides AbstractPofValue..::..SetValue(Object).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also