Package org.eclipse.collections.api
package org.eclipse.collections.api
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for object collections, primitive collections and lazy iterables.
-
ClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIterable<T>A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.PrimitiveIterable includes API that is common to all primitive collections.RichIterable<T>RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.