Uses of Package
org.eclipse.collections.api.ordered

Packages that use org.eclipse.collections.api.ordered 
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.api.stack
This package contains interfaces for stack 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.
org.eclipse.collections.impl.stack.mutable
This package contains implementations of the MutableStack interface.
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.