Uses of Interface
org.javimmutable.collections.Proc2
Package
Description
-
Uses of Proc2 in org.javimmutable.collections
Modifier and TypeMethodDescriptiondefault void
Processes every key/list pair in this map using the provided function.default void
Processes every key/value pair in this map using the provided function.default void
Processes every key/set pair in this map using the provided function. -
Uses of Proc2 in org.javimmutable.collections.common
Modifier and TypeMethodDescriptionvoid
CollisionMap.forEach
(CollisionMap.Node node, Proc2<K, V> proc) -
Uses of Proc2 in org.javimmutable.collections.hash
-
Uses of Proc2 in org.javimmutable.collections.hash.map
-
Uses of Proc2 in org.javimmutable.collections.list
Modifier and TypeMethodDescriptionvoid
ListCollisionMap.forEach
(CollisionMap.Node node, Proc2<K, V> proc) -
Uses of Proc2 in org.javimmutable.collections.tree
-
Uses of Proc2 in org.javimmutable.collections.util