Uses of Interface
org.eclipse.collections.api.InternalIterable
-
Packages that use InternalIterable 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.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.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.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.ordered org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.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. -
-
Uses of InternalIterable in org.eclipse.collections.api
Subinterfaces of InternalIterable in org.eclipse.collections.api Modifier and Type Interface Description interfaceLazyIterable<T>A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.interfaceRichIterable<T>RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Uses of InternalIterable in org.eclipse.collections.api.bag
Subinterfaces of InternalIterable in org.eclipse.collections.api.bag Modifier and Type Interface Description interfaceBag<T>A Bag is a Collection whose elements are unordered and may contain duplicate entries.interfaceImmutableBag<T>interfaceImmutableBagIterable<T>interfaceMultiReaderBag<T>A MultiReaderBag provides thread-safe iteration for a bag through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().interfaceMutableBag<T>A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.interfaceMutableBagIterable<T>interfaceUnsortedBag<T> -
Uses of InternalIterable in org.eclipse.collections.api.bag.sorted
Subinterfaces of InternalIterable in org.eclipse.collections.api.bag.sorted Modifier and Type Interface Description interfaceImmutableSortedBag<T>ImmutableSortedBag is the non-modifiable equivalent interface toMutableSortedBag.interfaceMutableSortedBag<T>interfaceSortedBag<T>An Iterable whose elements are sorted by some comparator or their natural ordering and may contain duplicate entries. -
Uses of InternalIterable in org.eclipse.collections.api.bimap
Subinterfaces of InternalIterable in org.eclipse.collections.api.bimap Modifier and Type Interface Description interfaceBiMap<K,V>A map that allows users to look up key-value pairs from either direction.interfaceImmutableBiMap<K,V>ABiMapwhose contents cannot be altered after initialization.interfaceMutableBiMap<K,V>ABiMapwhose contents can be altered after initialization. -
Uses of InternalIterable in org.eclipse.collections.api.collection
Subinterfaces of InternalIterable in org.eclipse.collections.api.collection Modifier and Type Interface Description interfaceFixedSizeCollection<T>A FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.interfaceImmutableCollection<T>ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.interfaceMutableCollection<T>MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol. -
Uses of InternalIterable in org.eclipse.collections.api.list
Subinterfaces of InternalIterable in org.eclipse.collections.api.list Modifier and Type Interface Description interfaceFixedSizeList<T>A FixedSizeList is a list that may be mutated, but cannot grow or shrink in size.interfaceImmutableList<T>ImmutableList is the non-modifiable equivalent interface toMutableList.interfaceListIterable<T>An iterable whose items are ordered and may be accessed directly by index.interfaceMultiReaderList<T>A MultiReaderList provides thread-safe iteration for a list through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().interfaceMutableList<T>A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol. -
Uses of InternalIterable in org.eclipse.collections.api.map
Subinterfaces of InternalIterable in org.eclipse.collections.api.map Modifier and Type Interface Description interfaceConcurrentMutableMap<K,V>A ConcurrentMutableMap provides an api which combines and supports both MutableMap and ConcurrentMap.interfaceFixedSizeMap<K,V>A FixedSizeMap is a map that may be mutated, but cannot grow or shrink in size.interfaceImmutableMap<K,V>An ImmutableMap is different from a JCF Map because it has no mutating methods.interfaceImmutableMapIterable<K,V>interfaceImmutableOrderedMap<K,V>interfaceMapIterable<K,V>A Read-only Map API, with the minor exception inherited from java.lang.Iterable.interfaceMutableMap<K,V>A MutableMap is similar to a JCF Map but adds additional useful internal iterator methods.interfaceMutableMapIterable<K,V>interfaceMutableOrderedMap<K,V>interfaceOrderedMap<K,V>A map whose keys are ordered but not necessarily sorted, for example a linked hash map.interfaceUnsortedMapIterable<K,V>An iterable Map whose elements are unsorted. -
Uses of InternalIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of InternalIterable in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceByteObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceCharObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceDoubleObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceFloatObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceImmutableByteObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableCharObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableDoubleObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableFloatObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableIntObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableLongObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutablePrimitiveObjectMap<V>interfaceImmutableShortObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceIntObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceLongObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceMutableByteObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableCharObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableDoubleObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableFloatObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableIntObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableLongObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutablePrimitiveObjectMap<V>interfaceMutableShortObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfacePrimitiveObjectMap<V>interfaceShortObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg. -
Uses of InternalIterable in org.eclipse.collections.api.map.sorted
Subinterfaces of InternalIterable in org.eclipse.collections.api.map.sorted Modifier and Type Interface Description interfaceImmutableSortedMap<K,V>An ImmutableSortedMap is different from a JCF SortedMap because it has no mutating methods.interfaceMutableSortedMap<K,V>A MutableSortedMap is similar to a JCF Map but adds additional useful internal iterator methods.interfaceSortedMapIterable<K,V>An iterable Map whose elements are sorted. -
Uses of InternalIterable in org.eclipse.collections.api.ordered
Subinterfaces of InternalIterable in org.eclipse.collections.api.ordered Modifier and Type Interface Description interfaceOrderedIterable<T>An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.interfaceReversibleIterable<T>A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards.interfaceSortedIterable<T>A SortedIterable is an ordered iterable where the elements are stored in sorted order defined by a non-strict partial order relation. -
Uses of InternalIterable in org.eclipse.collections.api.set
Subinterfaces of InternalIterable in org.eclipse.collections.api.set Modifier and Type Interface Description interfaceFixedSizeSet<T>A FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size.interfaceImmutableSet<T>ImmutableSet is the non-modifiable equivalent interface toMutableSet.interfaceImmutableSetIterable<T>interfaceMultiReaderSet<T>A MultiReaderSet provides thread-safe iteration for a set through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().interfaceMutableSet<T>A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.interfaceMutableSetIterable<T>interfaceSetIterable<T>A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).interfaceUnsortedSetIterable<T>An iterable whose items are unique. -
Uses of InternalIterable in org.eclipse.collections.api.set.sorted
Subinterfaces of InternalIterable in org.eclipse.collections.api.set.sorted Modifier and Type Interface Description interfaceImmutableSortedSet<T>ImmutableSortedSet is the non-modifiable equivalent interface toMutableSortedSet.interfaceMutableSortedSet<T>A MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection protocol.interfaceSortedSetIterable<T>An iterable whose items are unique and sorted by some comparator or their natural ordering. -
Uses of InternalIterable in org.eclipse.collections.api.stack
Subinterfaces of InternalIterable in org.eclipse.collections.api.stack Modifier and Type Interface Description interfaceImmutableStack<T>interfaceMutableStack<T>interfaceStackIterable<T>StackIterable is a last-in-first-out data structure.
-