-
Interfaces Interface Description org.eclipse.collections.api.block.procedure.ObjectIntProcedure since 3.0 useObjectIntProcedure
instead.org.eclipse.collections.impl.block.function.primitive.CharFunction since 3.0. UseCharToCharFunction
instead.org.eclipse.collections.impl.block.predicate.primitive.CharPredicate since 3.0. UseCharPredicate
instead.org.eclipse.collections.impl.block.procedure.primitive.CharProcedure since 3.0 useCharProcedure
org.eclipse.collections.impl.block.procedure.primitive.IntIntProcedure since 3.0 useIntIntProcedure
org.eclipse.collections.impl.block.procedure.primitive.IntObjectProcedure since 3.0 useIntObjectProcedure
org.eclipse.collections.impl.block.procedure.primitive.IntProcedure since 3.0 useIntProcedure
org.eclipse.collections.impl.block.procedure.primitive.IntProcedureWithInt since 1.2 useIntIntProcedure
-
Classes Class Description org.eclipse.collections.impl.lazy.iterator.DropIterator in 8.0. UseSelectIterator(Iterable, Predicate)
withDropIterablePredicate(int)
as a predicate instead.org.eclipse.collections.impl.map.mutable.ConcurrentMutableHashMap since 2.0org.eclipse.collections.impl.multimap.bag.sorted.TreeBagMultimap in 7.0. UseTreeBagMultimap
instead.org.eclipse.collections.impl.multimap.bag.TreeBagMultimap in 5.0. UseTreeBagMultimap
instead.org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack org.eclipse.collections.impl.tuple.AbstractImmutableEntry.KeyFunction Since 6.2 - Kept for serialization compatibility only.org.eclipse.collections.impl.tuple.AbstractImmutableEntry.ValueFunction Since 6.2 - Kept for serialization compatibility only.