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 ofList.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.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. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.api.bag.sorted Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.ReversibleIterable A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards.SortedIterable A SortedIterable is an ordered iterable where the elements are stored in sorted order defined by a non-strict partial order relation. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.api.list Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.ReversibleIterable A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.api.map Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.ReversibleIterable A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.api.map.sorted Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.ReversibleIterable A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.api.multimap.ordered Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.ReversibleIterable A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards.SortedIterable A SortedIterable is an ordered iterable where the elements are stored in sorted order defined by a non-strict partial order relation. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.api.ordered Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.ReversibleIterable A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards.SortedIterable A SortedIterable is an ordered iterable where the elements are stored in sorted order defined by a non-strict partial order relation. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.api.ordered.primitive Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.ReversibleIterable A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.api.partition.ordered Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.ReversibleIterable A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards.SortedIterable A SortedIterable is an ordered iterable where the elements are stored in sorted order defined by a non-strict partial order relation. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.api.set.sorted Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.ReversibleIterable A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards.SortedIterable A SortedIterable is an ordered iterable where the elements are stored in sorted order defined by a non-strict partial order relation. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.api.stack Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.