Uses of Interface
org.javimmutable.collections.Proc1
Packages that use Proc1
Package
Description
-
Uses of Proc1 in org.javimmutable.collections
Methods in org.javimmutable.collections with parameters of type Proc1 -
Uses of Proc1 in org.javimmutable.collections.array
Methods in org.javimmutable.collections.array with parameters of type Proc1 -
Uses of Proc1 in org.javimmutable.collections.common
Methods in org.javimmutable.collections.common with parameters of type Proc1Modifier and TypeMethodDescriptionvoid
CollisionSet.forEach
(CollisionSet.Node node, Proc1<T> proc) -
Uses of Proc1 in org.javimmutable.collections.hash.set
Methods in org.javimmutable.collections.hash.set with parameters of type Proc1Modifier and TypeMethodDescriptionvoid
ArrayMultiValueSetNode.forEach
(CollisionSet<T> collisionSet, Proc1<T> proc) void
ArraySetNode.forEach
(CollisionSet<T> collisionSet, Proc1<T> proc) void
ArraySingleValueSetNode.forEach
(CollisionSet<T> collisionSet, Proc1<T> proc) -
Uses of Proc1 in org.javimmutable.collections.list
Methods in org.javimmutable.collections.list with parameters of type Proc1Modifier and TypeMethodDescriptionvoid
ListCollisionSet.forEach
(CollisionSet.Node node, Proc1<T> proc) -
Uses of Proc1 in org.javimmutable.collections.tree
Methods in org.javimmutable.collections.tree with parameters of type Proc1Modifier and TypeMethodDescriptionvoid
TreeCollisionSet.forEach
(CollisionSet.Node node, Proc1<T> proc)