Uses of Interface
org.javimmutable.collections.Sum2
Package
Description
-
Uses of Sum2 in org.javimmutable.collections
-
Uses of Sum2 in org.javimmutable.collections.common
Modifier and TypeMethodDescription<R> R
CollisionMap.reduce
(CollisionMap.Node node, R sum, Sum2<K, V, R> proc) -
Uses of Sum2 in org.javimmutable.collections.hash
-
Uses of Sum2 in org.javimmutable.collections.list
Modifier and TypeMethodDescription<R> R
ListCollisionMap.reduce
(CollisionMap.Node node, R sum, Sum2<K, V, R> proc) -
Uses of Sum2 in org.javimmutable.collections.tree
-
Uses of Sum2 in org.javimmutable.collections.util