Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction

Packages that use ObjectIntToObjectFunction 
Package Description
org.eclipse.collections.api
This package contains interfaces for Eclipse Collections API.
org.eclipse.collections.api.bag
This package contains interfaces for Bag API.
org.eclipse.collections.api.bag.sorted
This package contains interfaces for SortedBag API.
org.eclipse.collections.api.list
This package contains interfaces for list API which enhance the performance and functionality of List.
org.eclipse.collections.api.map.sorted
This package contains mutable and immutable sorted map interfaces.
org.eclipse.collections.api.ordered  
org.eclipse.collections.api.set.sorted
This package contains interfaces for sorted set API.
org.eclipse.collections.api.stack
This package contains interfaces for stack API.
org.eclipse.collections.impl.bag.immutable
This package contains implementations of the ImmutableBag interface.
org.eclipse.collections.impl.bag.mutable
This package contains implementations of the MutableBag interface.
org.eclipse.collections.impl.bag.mutable.primitive
This package contains implementations of the mutable primitive bag interfaces.
org.eclipse.collections.impl.bag.sorted.mutable
This package contains implementations of MutableSortedBag.
org.eclipse.collections.impl.collection.mutable.primitive
This package contains implementations of the mutable primitive collection interfaces.
org.eclipse.collections.impl.lazy.primitive
This package contains implementations of the lazy primitive iterator interfaces.
org.eclipse.collections.impl.list.mutable
This package contains implementations of the MutableList interface.
org.eclipse.collections.impl.list.mutable.primitive
This package contains implementations of the mutable primitive list interfaces.
org.eclipse.collections.impl.list.primitive
This package contains implementations of the primitive list interfaces.
org.eclipse.collections.impl.map.mutable.primitive
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
org.eclipse.collections.impl.map.ordered.mutable  
org.eclipse.collections.impl.map.sorted.mutable
This package contains implementations of the MutableSortedMap interface.
org.eclipse.collections.impl.primitive  
org.eclipse.collections.impl.set.mutable.primitive
This package contains implementations of the mutable primitive set interfaces.
org.eclipse.collections.impl.set.sorted.mutable
This package contains implementations of MutableSortedSet.
org.eclipse.collections.impl.stack.mutable
This package contains implementations of the MutableStack interface.
org.eclipse.collections.impl.stack.mutable.primitive
This package contains implementations of the mutable primitive stack interfaces.
org.eclipse.collections.impl.stack.primitive  
org.eclipse.collections.impl.string.immutable  
org.eclipse.collections.impl.utility
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
org.eclipse.collections.impl.utility.internal
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
org.eclipse.collections.impl.utility.internal.primitive