Interface ArrayDeleteMapper<K,T>
- All Superinterfaces:
ArraySizeMapper<T>
-
Method Summary
Modifier and TypeMethodDescriptionmappedDelete
(T current, K key) Called during delete operation to delete a key from a mapping.Methods inherited from interface org.javimmutable.collections.array.ArraySizeMapper
mappedSize
-
Method Details
-
mappedDelete
Called during delete operation to delete a key from a mapping.- Parameters:
current
- mapping to be replacedkey
- key being deleted- Returns:
- null to remove mapping, same to keep mapping, or non-null to replace mapping
-