Uses of Package
org.eclipse.collections.api
-
Packages that use org.eclipse.collections.api Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.bimap This package contains interfaces for BiMap API.org.eclipse.collections.api.collection org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.factory.list This package contains factory API for creating instances of typeListIterable.org.eclipse.collections.api.factory.list.primitive This package contains factory API for creating immutable primitive list instances.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.multimap This package contains interfaces forMultimap.org.eclipse.collections.api.multimap.bag This package contains interfaces forBagMultimap.org.eclipse.collections.api.multimap.list This package contains interfaces forListMultimap.org.eclipse.collections.api.multimap.ordered org.eclipse.collections.api.multimap.set This package contains interfaces forSetMultimap.org.eclipse.collections.api.multimap.sortedbag This package contains interfaces forSortedBagMultimap.org.eclipse.collections.api.multimap.sortedset This package contains interfaces forSortedSetMultimap.org.eclipse.collections.api.ordered org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.partition This package contains interfaces forPartitionIterable.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.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.api.stack.primitive This package contains mutable and immutable primitive stack API. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.bag Class Description InternalIterable The base interface for all Eclipse Collections.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.bag.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.bag.sorted Class Description InternalIterable The base interface for all Eclipse Collections.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.bimap Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.collection Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.collection.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.factory.bag.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.factory.list Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.factory.list.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.factory.set.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.factory.stack.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.list Class Description InternalIterable The base interface for all Eclipse Collections.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.list.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.map Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.map.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.map.sorted Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.bag Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.list Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.ordered Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.set Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.sortedbag Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.sortedset Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.ordered Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.ordered.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.partition Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.set Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.set.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.set.sorted Class Description InternalIterable The base interface for all Eclipse Collections.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.stack Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.stack.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives.