Interface DeadItemsCheckingItemType
- All Known Implementing Classes:
GenericItemType
public interface DeadItemsCheckingItemType
-
Method Summary
Modifier and TypeMethodDescriptionvoidfilterDead(ItemIdentitySet items, ItemIdentitySet deadCollector) Item is considered dead, if the item ID is guaranteed to never be valid again.
-
Method Details
-
filterDead
Item is considered dead, if the item ID is guaranteed to never be valid again.- Parameters:
items- items to look up for dead onesdeadCollector- collection to add dead items to.
-