Uses of Interface
org.eclipse.collections.api.block.procedure.Procedure
Packages that use Procedure
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains interfaces for BiMap API.
This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for
Multimap.This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains interfaces for sorted set API.
This package contains interfaces for stack API.
-
Uses of Procedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ProcedureModifier and TypeMethodDescriptionvoidThe procedure is executed for each element in the iterable.voidThe procedure is executed for each element in the iterable.voiddefault voidCreates a deferred tap iterable.Executes the Procedure for each element in the iterable and returnsthis. -
Uses of Procedure in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag with parameters of type ProcedureModifier and TypeMethodDescriptiondefault MultiReaderBag<T>voidMultiReaderBag.withReadLockAndDelegate(Procedure<? super MutableBag<T>> procedure) voidMultiReaderBag.withWriteLockAndDelegate(Procedure<? super MutableBag<T>> procedure) -
Uses of Procedure in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted with parameters of type Procedure -
Uses of Procedure in org.eclipse.collections.api.bimap
Methods in org.eclipse.collections.api.bimap with parameters of type Procedure -
Uses of Procedure in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection with parameters of type ProcedureModifier and TypeMethodDescription -
Uses of Procedure in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list with parameters of type ProcedureModifier and TypeMethodDescriptiondefault MultiReaderList<T>default MutableList<T>voidMultiReaderList.withReadLockAndDelegate(Procedure<? super MutableList<T>> procedure) voidMultiReaderList.withWriteLockAndDelegate(Procedure<? super MutableList<T>> procedure) -
Uses of Procedure in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map with parameters of type ProcedureModifier and TypeMethodDescriptionvoidMapIterable.forEachKey(Procedure<? super K> procedure) Calls theprocedurewith each key of the map.voidMapIterable.forEachValue(Procedure<? super V> procedure) Calls the procedure with each value of the map.Executes the Procedure for each value of the map and returnsthis.MutableMap<K,V> OrderedMap<K,V> -
Uses of Procedure in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ProcedureModifier and TypeMethodDescriptionvoidObjectBooleanMap.forEachKey(Procedure<? super K> procedure) Iterates through each key in the map, invoking the procedure for each.voidObjectByteMap.forEachKey(Procedure<? super K> procedure) Iterates through each key in the map, invoking the procedure for each.voidObjectCharMap.forEachKey(Procedure<? super K> procedure) Iterates through each key in the map, invoking the procedure for each.voidObjectDoubleMap.forEachKey(Procedure<? super K> procedure) Iterates through each key in the map, invoking the procedure for each.voidObjectFloatMap.forEachKey(Procedure<? super K> procedure) Iterates through each key in the map, invoking the procedure for each.voidObjectIntMap.forEachKey(Procedure<? super K> procedure) Iterates through each key in the map, invoking the procedure for each.voidObjectLongMap.forEachKey(Procedure<? super K> procedure) Iterates through each key in the map, invoking the procedure for each.voidObjectShortMap.forEachKey(Procedure<? super K> procedure) Iterates through each key in the map, invoking the procedure for each.voidPrimitiveObjectMap.forEachValue(Procedure<? super V> procedure) -
Uses of Procedure in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted with parameters of type Procedure -
Uses of Procedure in org.eclipse.collections.api.multimap
Methods in org.eclipse.collections.api.multimap with parameters of type ProcedureModifier and TypeMethodDescriptionvoidMultimap.forEachKey(Procedure<? super K> procedure) Calls theprocedurewith each key.voidMultimap.forEachValue(Procedure<? super V> procedure) Calls the procedure with each value. -
Uses of Procedure in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered with parameters of type ProcedureModifier and TypeMethodDescriptionvoidIterates over the section of the iterable covered by the specified inclusive indexes.default voidReversibleIterable.reverseForEach(Procedure<? super T> procedure) Evaluates the procedure for each element of the list iterating in reverse order. -
Uses of Procedure in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set with parameters of type ProcedureModifier and TypeMethodDescriptiondefault MultiReaderSet<T>voidMultiReaderSet.withReadLockAndDelegate(Procedure<? super MutableSet<T>> procedure) voidMultiReaderSet.withWriteLockAndDelegate(Procedure<? super MutableSet<T>> procedure) -
Uses of Procedure in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted with parameters of type ProcedureModifier and TypeMethodDescription -
Uses of Procedure in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack with parameters of type ProcedureModifier and TypeMethodDescription