| Interface | Description | 
|---|---|
| org.eclipse.collections.impl.block.function.primitive.CharFunction | 
 since 3.0. Use  
CharToCharFunction instead. | 
| org.eclipse.collections.impl.block.predicate.primitive.CharPredicate | 
 since 3.0. Use  
CharPredicate instead. | 
| org.eclipse.collections.impl.block.procedure.primitive.CharProcedure | 
 since 3.0 use  
CharProcedure | 
| org.eclipse.collections.impl.block.procedure.primitive.IntIntProcedure | 
 since 3.0 use  
IntIntProcedure | 
| org.eclipse.collections.impl.block.procedure.primitive.IntObjectProcedure | 
 since 3.0 use  
IntObjectProcedure | 
| org.eclipse.collections.impl.block.procedure.primitive.IntProcedure | 
 since 3.0 use  
IntProcedure | 
| org.eclipse.collections.impl.block.procedure.primitive.IntProcedureWithInt | 
 since 1.2 use  
IntIntProcedure | 
| org.eclipse.collections.api.block.procedure.ObjectIntProcedure | 
 since 3.0 use  
ObjectIntProcedure instead. | 
| Class | Description | 
|---|---|
| org.eclipse.collections.impl.map.mutable.ConcurrentMutableHashMap | 
 since 2.0 
 | 
| org.eclipse.collections.impl.lazy.iterator.DropIterator | 
 in 8.0. Use  
SelectIterator(Iterable, Predicate) with DropIterablePredicate(int) as a predicate instead. | 
| org.eclipse.collections.impl.multimap.bag.sorted.TreeBagMultimap | 
 in 7.0. Use  
TreeBagMultimap instead. | 
| org.eclipse.collections.impl.multimap.bag.TreeBagMultimap | 
 in 5.0. Use  
TreeBagMultimap instead. | 
| Field | Description | 
|---|---|
| org.eclipse.collections.impl.utility.internal.ReflectionHelper.EMPTY_CLASS_ARRAY | 
 in 2.0. Will become private in a future version. 
 | 
| org.eclipse.collections.impl.factory.Multimaps.ImmutableMultimaps.multimap | 
 Use  
org.eclipse.collections.impl.factory.Multimaps.immutable.sortedBag instead | 
Copyright © 2004–2019. All rights reserved.