Uses of Interface
org.eclipse.collections.api.map.ImmutableMapIterable

Packages that use ImmutableMapIterable 
Package Description
org.eclipse.collections.api.bimap
This package contains interfaces for BiMap API.
org.eclipse.collections.api.map
This package contains interfaces for map API which enhance the performance and functionality of Map
org.eclipse.collections.api.map.sorted
This package contains mutable and immutable sorted map interfaces.
org.eclipse.collections.impl.bimap.immutable  
org.eclipse.collections.impl.map.immutable
This package contains implementations of the ImmutableMap interface.
org.eclipse.collections.impl.map.sorted.immutable
This package contains implementations of the MutableSortedMap interface.
org.eclipse.collections.impl.map.strategy.immutable
This package contains immutable map implementations backed by hashtables that rely on HashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map.
org.eclipse.collections.impl.test
This package contains SerializeTestHelper and Verify classes.