public class LinkedListCollectionExtractor extends FieldSizedCollectionExtractor
| Constructor and Description |
|---|
LinkedListCollectionExtractor(String sizeField,
String leadField) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
extractEntryIds(IObject list)
Returns the object ids (int) for all objects which are contained in the
collection
|
Integer |
getSize(IObject coll)
Extract the size of the collection
|
boolean |
hasExtractableContents()
Check if the collection has extractable contents
|
boolean |
hasSize()
Check if the size of the collection can be extracted
|
extractEntries, getCapacity, getFillRatio, getNumberOfNotNullElements, hasCapacity, hasExtractableArray, hasFillRatiopublic boolean hasExtractableContents()
ICollectionExtractorhasExtractableContents in interface ICollectionExtractorhasExtractableContents in class FieldSizedCollectionExtractorpublic int[] extractEntryIds(IObject list) throws SnapshotException
ICollectionExtractorextractEntryIds in interface ICollectionExtractorextractEntryIds in class FieldSizedCollectionExtractorSnapshotExceptionpublic boolean hasSize()
ICollectionExtractorhasSize in interface ICollectionExtractorhasSize in class FieldSizedCollectionExtractorpublic Integer getSize(IObject coll) throws SnapshotException
ICollectionExtractorgetSize in interface ICollectionExtractorgetSize in class FieldSizedCollectionExtractorSnapshotException