Uses of Interface
org.javimmutable.collections.Proc2
Packages that use Proc2
Package
Description
-
Uses of Proc2 in org.javimmutable.collections
Methods in org.javimmutable.collections with parameters of type Proc2Modifier 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
Methods in org.javimmutable.collections.common with parameters of type Proc2Modifier and TypeMethodDescriptionvoid
CollisionMap.forEach
(CollisionMap.Node node, Proc2<K, V> proc) -
Uses of Proc2 in org.javimmutable.collections.hash
Methods in org.javimmutable.collections.hash with parameters of type Proc2 -
Uses of Proc2 in org.javimmutable.collections.hash.map
Methods in org.javimmutable.collections.hash.map with parameters of type Proc2 -
Uses of Proc2 in org.javimmutable.collections.list
Methods in org.javimmutable.collections.list with parameters of type Proc2Modifier and TypeMethodDescriptionvoid
ListCollisionMap.forEach
(CollisionMap.Node node, Proc2<K, V> proc) -
Uses of Proc2 in org.javimmutable.collections.tree
Methods in org.javimmutable.collections.tree with parameters of type Proc2 -
Uses of Proc2 in org.javimmutable.collections.util
Methods in org.javimmutable.collections.util with parameters of type Proc2