Uses of Interface
org.javimmutable.collections.Sum2
Packages that use Sum2
Package
Description
-
Uses of Sum2 in org.javimmutable.collections
Methods in org.javimmutable.collections with parameters of type Sum2 -
Uses of Sum2 in org.javimmutable.collections.common
Methods in org.javimmutable.collections.common with parameters of type Sum2Modifier and TypeMethodDescription<R> R
CollisionMap.reduce
(CollisionMap.Node node, R sum, Sum2<K, V, R> proc) -
Uses of Sum2 in org.javimmutable.collections.hash
Methods in org.javimmutable.collections.hash with parameters of type Sum2 -
Uses of Sum2 in org.javimmutable.collections.list
Methods in org.javimmutable.collections.list with parameters of type Sum2Modifier and TypeMethodDescription<R> R
ListCollisionMap.reduce
(CollisionMap.Node node, R sum, Sum2<K, V, R> proc) -
Uses of Sum2 in org.javimmutable.collections.tree
Methods in org.javimmutable.collections.tree with parameters of type Sum2 -
Uses of Sum2 in org.javimmutable.collections.util
Methods in org.javimmutable.collections.util with parameters of type Sum2