Uses of Package
org.eclipse.collections.api.set.sorted
-
Packages that use org.eclipse.collections.api.set.sorted Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.factory.set.sorted This package containsImmutableSortedSetFactoryandMutableSortedSetFactory.org.eclipse.collections.api.multimap.sortedset This package contains interfaces forSortedSetMultimap.org.eclipse.collections.api.partition.set.sorted This package contains interfaces forPartitionSortedSet.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API. -
Classes in org.eclipse.collections.api.set.sorted used by org.eclipse.collections.api Class Description ImmutableSortedSet ImmutableSortedSet is the non-modifiable equivalent interface toMutableSortedSet.MutableSortedSet A MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.set.sorted used by org.eclipse.collections.api.bag.sorted Class Description ImmutableSortedSet ImmutableSortedSet is the non-modifiable equivalent interface toMutableSortedSet.MutableSortedSet A MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection protocol.SortedSetIterable An iterable whose items are unique and sorted by some comparator or their natural ordering. -
Classes in org.eclipse.collections.api.set.sorted used by org.eclipse.collections.api.factory.set.sorted Class Description ImmutableSortedSet ImmutableSortedSet is the non-modifiable equivalent interface toMutableSortedSet.MutableSortedSet A MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.set.sorted used by org.eclipse.collections.api.multimap.sortedset Class Description ImmutableSortedSet ImmutableSortedSet is the non-modifiable equivalent interface toMutableSortedSet.MutableSortedSet A MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection protocol.SortedSetIterable An iterable whose items are unique and sorted by some comparator or their natural ordering. -
Classes in org.eclipse.collections.api.set.sorted used by org.eclipse.collections.api.partition.set.sorted Class Description ImmutableSortedSet ImmutableSortedSet is the non-modifiable equivalent interface toMutableSortedSet.MutableSortedSet A MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection protocol.SortedSetIterable An iterable whose items are unique and sorted by some comparator or their natural ordering. -
Classes in org.eclipse.collections.api.set.sorted used by org.eclipse.collections.api.set.sorted Class Description ImmutableSortedSet ImmutableSortedSet is the non-modifiable equivalent interface toMutableSortedSet.MutableSortedSet A MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection protocol.ParallelSortedSetIterable SortedSetIterable An iterable whose items are unique and sorted by some comparator or their natural ordering.