Class ExtractedCollection

All Implemented Interfaces:
Serializable, Iterable<IObject>, IObject

public class ExtractedCollection extends AbstractExtractedCollection<IObject,ICollectionExtractor>
An class representing a collection extracted from the heap. It provides convenience methods for querying certain properties of the collection (e.g. size) and for extracting the elements of the collection
Since:
1.5
See Also: