CacheableStack Class |
Note: This API is now obsolete.
Namespace: GemStone.GemFire.Cache
The CacheableStack type exposes the following members.
Name | Description | |
---|---|---|
![]() | CacheableStack |
Allocates a new empty instance.
|
![]() | CacheableStack(Int32) |
Allocates a new empty instance with given initial size.
|
![]() | CacheableStack(IEnumerableIGFSerializable) |
Name | Description | |
---|---|---|
![]() | ClassId |
Returns the classId of the instance being serialized.
This is used by deserialization to determine what instance
type to create and deserialize into.
|
![]() | Count | Gets the number of elements contained in the StackT. (Inherited from StackIGFSerializable.) |
![]() | ObjectSize |
return the size of this object in bytes
|
Name | Description | |
---|---|---|
![]() | Clear | Removes all objects from the StackT. (Inherited from StackIGFSerializable.) |
![]() | Contains | Determines whether an element is in the StackT. (Inherited from StackIGFSerializable.) |
![]() | CopyTo | (Inherited from StackIGFSerializable.) |
![]() ![]() | Create |
Static function to create a new empty instance.
|
![]() ![]() | Create(Int32) |
Static function to create a new instance with given initial size.
|
![]() ![]() | Create(IEnumerableIGFSerializable) | |
![]() ![]() | CreateDeserializable |
Factory function to register this class.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FromData |
Deserialize this object, typical implementation should return
the 'this' pointer.
|
![]() | GetEnumerator | Returns an enumerator for the StackT. (Inherited from StackIGFSerializable.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Peek | Returns the object at the top of the StackT without removing it. (Inherited from StackIGFSerializable.) |
![]() | Pop | Removes and returns the object at the top of the StackT. (Inherited from StackIGFSerializable.) |
![]() | Push | Inserts an object at the top of the StackT. (Inherited from StackIGFSerializable.) |
![]() | ToArray | Copies the StackT to a new array. (Inherited from StackIGFSerializable.) |
![]() | ToData |
Serializes this object.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TrimExcess | Sets the capacity to the actual number of elements in the StackT, if that number is less than 90 percent of current capacity. (Inherited from StackIGFSerializable.) |
Name | Description | |
---|---|---|
![]() ![]() | ICollectionCopyTo | (Inherited from StackIGFSerializable.) |
![]() ![]() | IEnumerableTGetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from StackIGFSerializable.) |
![]() ![]() | IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from StackIGFSerializable.) |
![]() ![]() | ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from StackIGFSerializable.) |
![]() ![]() | ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from StackIGFSerializable.) |