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.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag.org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeListinterface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableListinterface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.ordered.immutable org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.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. -
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. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.impl.bag.sorted.immutable 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.impl.bag.sorted.mutable 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.impl.list.fixed 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.impl.list.immutable 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.impl.list.mutable 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.impl.list.mutable.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.impl.map.ordered.immutable 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.impl.map.ordered.mutable 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.impl.map.sorted.immutable 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.impl.map.sorted.mutable 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.impl.set.sorted.immutable 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.impl.set.sorted.mutable 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.impl.stack.immutable Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.impl.stack.mutable Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.impl.utility Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order. -
Classes in org.eclipse.collections.api.ordered used by org.eclipse.collections.impl.utility.internal Class Description OrderedIterable An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.