Uses of Interface
org.eclipse.collections.api.ordered.ReversibleIterable

Packages that use ReversibleIterable 
Package Description
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
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.api.multimap.ordered  
org.eclipse.collections.api.ordered  
org.eclipse.collections.api.ordered.primitive  
org.eclipse.collections.api.partition.ordered  
org.eclipse.collections.api.set.sorted
This package contains interfaces for sorted set API.
org.eclipse.collections.impl.bag.sorted.mutable
This package contains implementations of MutableSortedBag.
org.eclipse.collections.impl.list.fixed
This package contains implementations of the FixedSizeList interface.
org.eclipse.collections.impl.list.mutable
This package contains implementations of the MutableList interface.
org.eclipse.collections.impl.map.ordered.mutable  
org.eclipse.collections.impl.map.sorted.immutable
This package contains implementations of the MutableSortedMap interface.
org.eclipse.collections.impl.map.sorted.mutable
This package contains implementations of the MutableSortedMap interface.
org.eclipse.collections.impl.set.sorted.mutable
This package contains implementations of MutableSortedSet.