PagedEnumeratorIAdvancerRemove Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Remove the specified object from the underlying collection.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxvoid Remove(
Object curr
)
Parameters
- curr
- Type: SystemObject
Currently "active" item to be removed from an underlying
collection.
Remarks
Naturally, only an object from the very last non-empty page
could be removed.
See Also