Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.eclipse.collections.impl.list.primitive.LongInterval.forEachWithLongIndex(LongLongProcedure)
  • Deprecated Interfaces
    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
  • Deprecated Classes
    Class
    Description
    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.map.mutable.ConcurrentMutableHashMap
    since 2.0
    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.
  • Deprecated Fields
    Field
    Description
    org.eclipse.collections.impl.factory.Multimaps.ImmutableMultimaps.multimap
    Use Multimaps.ImmutableMultimaps.sortedBag instead.
    org.eclipse.collections.impl.utility.internal.ReflectionHelper.EMPTY_CLASS_ARRAY
    in 2.0. Will become private in a future version.
  • Deprecated Methods
    Method
    Description
    org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.bag.immutable.ImmutableHashBag.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.bag.immutable.ImmutableHashBag.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.bag.mutable.AbstractMutableBag.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.bag.mutable.AbstractMutableBag.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.bag.mutable.SynchronizedBag.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.bag.mutable.SynchronizedBag.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.bag.mutable.UnmodifiableBag.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.bag.mutable.UnmodifiableBag.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.bimap.AbstractBiMap.zip(Iterable<S>, R)
    in 8.0. Use OrderedIterable.zip(Iterable, Collection) instead.
    org.eclipse.collections.impl.bimap.AbstractBiMap.zipWithIndex(R)
    in 8.0. Use OrderedIterable.zipWithIndex(Collection) instead.
    org.eclipse.collections.impl.bimap.immutable.AbstractImmutableBiMap.zip(Iterable<S>)
    in 8.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.bimap.immutable.AbstractImmutableBiMap.zipWithIndex()
    in 8.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.zip(Iterable<S>)
    in 8.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.zipWithIndex()
    in 8.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.block.factory.Comparators.originalByFunction(Function<? super T, ? extends V>)
     
    org.eclipse.collections.impl.block.factory.Comparators.originalByFunction(Function<? super T, ? extends V>, Comparator<V>)
     
    org.eclipse.collections.impl.block.factory.Comparators.originalNaturalOrder()
     
    org.eclipse.collections.impl.block.factory.Comparators.originalReverseNaturalOrder()
     
    org.eclipse.collections.impl.block.factory.Procedures.fromProcedureWithInt(ObjectIntProcedure<? super T>)
    since 1.2 - Inlineable
    org.eclipse.collections.impl.collection.mutable.CollectionAdapter.newEmpty()
    use FastList.newList() or UnifiedSet.newSet() instead
    org.eclipse.collections.impl.list.mutable.ListAdapter.newEmpty()
    use FastList.newList() instead (inlineable)
    org.eclipse.collections.impl.list.mutable.RandomAccessListAdapter.newEmpty()
    use FastList.newList() instead (inlineable)
    org.eclipse.collections.impl.list.primitive.LongInterval.forEachWithLongIndex(LongLongProcedure)
    org.eclipse.collections.impl.map.immutable.AbstractImmutableMap.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.immutable.AbstractImmutableMap.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.immutable.ImmutableMapFactoryImpl.ofMap(Map<? extends K, ? extends V>)
    use ImmutableMapFactoryImpl.ofAll(Map) instead (inlineable)
    org.eclipse.collections.impl.map.mutable.AbstractMutableMap.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.AbstractMutableMap.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMap.compact()
    since 12.0 - Use ByteBooleanHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMap.compact()
    since 12.0 - Use ByteByteHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMap.compact()
    since 12.0 - Use ByteCharHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMap.compact()
    since 12.0 - Use ByteDoubleHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMap.compact()
    since 12.0 - Use ByteFloatHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap.compact()
    since 12.0 - Use ByteIntHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMap.compact()
    since 12.0 - Use ByteLongHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMap.compact()
    since 12.0 - Use ByteObjectHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMap.compact()
    since 12.0 - Use ByteShortHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMap.compact()
    since 12.0 - Use CharBooleanHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMap.compact()
    since 12.0 - Use CharByteHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMap.compact()
    since 12.0 - Use CharCharHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMap.compact()
    since 12.0 - Use CharDoubleHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMap.compact()
    since 12.0 - Use CharFloatHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.compact()
    since 12.0 - Use CharIntHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMap.compact()
    since 12.0 - Use CharLongHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMap.compact()
    since 12.0 - Use CharObjectHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMap.compact()
    since 12.0 - Use CharShortHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMap.compact()
    since 12.0 - Use DoubleBooleanHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMap.compact()
    since 12.0 - Use DoubleByteHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMap.compact()
    since 12.0 - Use DoubleCharHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMap.compact()
    since 12.0 - Use DoubleDoubleHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMap.compact()
    since 12.0 - Use DoubleFloatHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMap.compact()
    since 12.0 - Use DoubleIntHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMap.compact()
    since 12.0 - Use DoubleLongHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.compact()
    since 12.0 - Use DoubleObjectHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMap.compact()
    since 12.0 - Use DoubleShortHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMap.compact()
    since 12.0 - Use FloatBooleanHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMap.compact()
    since 12.0 - Use FloatByteHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMap.compact()
    since 12.0 - Use FloatCharHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMap.compact()
    since 12.0 - Use FloatDoubleHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMap.compact()
    since 12.0 - Use FloatFloatHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMap.compact()
    since 12.0 - Use FloatIntHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMap.compact()
    since 12.0 - Use FloatLongHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMap.compact()
    since 12.0 - Use FloatObjectHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMap.compact()
    since 12.0 - Use FloatShortHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMap.compact()
    since 12.0 - Use IntBooleanHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMap.compact()
    since 12.0 - Use IntByteHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMap.compact()
    since 12.0 - Use IntCharHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap.compact()
    since 12.0 - Use IntDoubleHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMap.compact()
    since 12.0 - Use IntFloatHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.compact()
    since 12.0 - Use IntIntHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.compact()
    since 12.0 - Use IntLongHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.compact()
    since 12.0 - Use IntObjectHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMap.compact()
    since 12.0 - Use IntShortHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMap.compact()
    since 12.0 - Use LongBooleanHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMap.compact()
    since 12.0 - Use LongByteHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMap.compact()
    since 12.0 - Use LongCharHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMap.compact()
    since 12.0 - Use LongDoubleHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMap.compact()
    since 12.0 - Use LongFloatHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap.compact()
    since 12.0 - Use LongIntHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMap.compact()
    since 12.0 - Use LongLongHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.compact()
    since 12.0 - Use LongObjectHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMap.compact()
    since 12.0 - Use LongShortHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMap.compact()
    since 12.0 - Use ObjectByteHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategy.compact()
    since 12.0 - Use ObjectByteHashMapWithHashingStrategy.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMap.compact()
    since 12.0 - Use ObjectCharHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategy.compact()
    since 12.0 - Use ObjectCharHashMapWithHashingStrategy.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMap.compact()
    since 12.0 - Use ObjectDoubleHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategy.compact()
    since 12.0 - Use ObjectDoubleHashMapWithHashingStrategy.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMap.compact()
    since 12.0 - Use ObjectFloatHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategy.compact()
    since 12.0 - Use ObjectFloatHashMapWithHashingStrategy.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.compact()
    since 12.0 - Use ObjectIntHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategy.compact()
    since 12.0 - Use ObjectIntHashMapWithHashingStrategy.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.compact()
    since 12.0 - Use ObjectLongHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategy.compact()
    since 12.0 - Use ObjectLongHashMapWithHashingStrategy.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMap.compact()
    since 12.0 - Use ObjectShortHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategy.compact()
    since 12.0 - Use ObjectShortHashMapWithHashingStrategy.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMap.compact()
    since 12.0 - Use ShortBooleanHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMap.compact()
    since 12.0 - Use ShortByteHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMap.compact()
    since 12.0 - Use ShortCharHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMap.compact()
    since 12.0 - Use ShortDoubleHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMap.compact()
    since 12.0 - Use ShortFloatHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap.compact()
    since 12.0 - Use ShortIntHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMap.compact()
    since 12.0 - Use ShortLongHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMap.compact()
    since 12.0 - Use ShortObjectHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMap.compact()
    since 12.0 - Use ShortShortHashMap.trimToSize() instead
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMap.zip(Iterable<S>)
    in 7.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMap.zipWithIndex()
    in 7.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.SynchronizedMutableMap.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.SynchronizedMutableMap.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.mutable.UnmodifiableMutableMap.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.map.mutable.UnmodifiableMutableMap.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.map.sorted.mutable.SortedMapAdapter.newEmpty()
    use TreeSortedMap.newEmpty() instead (inlineable)
    org.eclipse.collections.impl.map.sorted.mutable.SynchronizedSortedMap.with(Pair<K, V>...)
    in 6.0 Use SynchronizedSortedMap.withAllKeyValueArguments(Pair[]) instead. Inlineable.
    org.eclipse.collections.impl.map.strategy.immutable.ImmutableHashingStrategyMapFactoryImpl.ofMap(Map<K, V>)
    use ImmutableHashingStrategyMapFactoryImpl.ofAll(Map) instead (inlineable)
    org.eclipse.collections.impl.set.AbstractUnifiedSet.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.set.AbstractUnifiedSet.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.set.immutable.AbstractImmutableSet.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.set.immutable.AbstractImmutableSet.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.set.mutable.AbstractMutableSet.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.set.mutable.AbstractMutableSet.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.compact()
    since 12.0 - Use CharHashSet.trimToSize() instead
    org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.compact()
    since 12.0 - Use DoubleHashSet.trimToSize() instead
    org.eclipse.collections.impl.set.mutable.primitive.FloatHashSet.compact()
    since 12.0 - Use FloatHashSet.trimToSize() instead
    org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.compact()
    since 12.0 - Use IntHashSet.trimToSize() instead
    org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.compact()
    since 12.0 - Use LongHashSet.trimToSize() instead
    org.eclipse.collections.impl.set.mutable.primitive.ShortHashSet.compact()
    since 12.0 - Use ShortHashSet.trimToSize() instead
    org.eclipse.collections.impl.set.mutable.SetAdapter.newEmpty()
    use UnifiedSet.newSet() instead (inlineable)
    org.eclipse.collections.impl.set.mutable.SetAdapter.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.set.mutable.SetAdapter.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.set.mutable.SynchronizedMutableSet.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.set.mutable.SynchronizedMutableSet.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSet.zip(Iterable<S>)
    in 6.0. Use OrderedIterable.zip(Iterable) instead.
    org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSet.zipWithIndex()
    in 6.0. Use OrderedIterable.zipWithIndex() instead.
    org.eclipse.collections.impl.set.sorted.mutable.SortedSetAdapter.newEmpty()
    use TreeSortedSet.newSet() instead (inlineable)
    org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.lazyCollect(Function<? super T, ? extends V>)
    since 3.0. Use AbstractRichIterable.asLazy().AbstractUnifiedSet.collect(Function) instead.
    org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.lazyReject(Predicate<? super T>)
    since 3.0. Use AbstractRichIterable.asLazy().UnifiedSetWithHashingStrategy.reject(Predicate) instead.
    org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.lazySelect(Predicate<? super T>)
    since 3.0. Use AbstractRichIterable.asLazy().UnifiedSetWithHashingStrategy.select(Predicate) instead.
    org.eclipse.collections.impl.tuple.AbstractImmutableEntry.getKeyFunction()
    Since 6.2 - Use Functions.getKeyFunction() instead.
    org.eclipse.collections.impl.tuple.AbstractImmutableEntry.getValueFunction()
    Since 6.2 - Use Functions.getValueFunction() instead.
    org.eclipse.collections.impl.utility.ArrayIterate.distinct(T[], R)
    in 7.0.
    org.eclipse.collections.impl.utility.ArrayIterate.selectAndRejectWith(T[], Predicate2<? super T, ? super P>, P)
    since 6.0 use RichIterable.partitionWith(Predicate2, Object) instead.
    org.eclipse.collections.impl.utility.ArrayIterate.sort(T[], int, Comparator<? super T>)
    in 7.0. Use Arrays.sort(Object[], int, int) or Arrays.sort(Object[], int, int, Comparator) instead.
    org.eclipse.collections.impl.utility.ArrayListIterate.distinct(ArrayList<T>, R)
    in 7.0.
    org.eclipse.collections.impl.utility.internal.InternalArrayIterate.distinct(T[], int, R)
    in 7.0.
    org.eclipse.collections.impl.utility.internal.InternalArrayIterate.selectAndRejectWith(T[], int, Predicate2<? super T, ? super P>, P)
    since 6.0 use RichIterable.partitionWith(Predicate2, Object) instead.
    org.eclipse.collections.impl.utility.internal.IterableIterate.distinct(Iterable<T>, R)
    in 7.0.
    org.eclipse.collections.impl.utility.internal.IteratorIterate.distinct(Iterator<T>, R)
    in 7.0.
    org.eclipse.collections.impl.utility.internal.RandomAccessListIterate.distinct(List<T>, R)
    in 7.0.
    org.eclipse.collections.impl.utility.ListIterate.distinct(List<T>, R)
    in 7.0.
    org.eclipse.collections.impl.utility.StringIterate.allSatisfy(String, CharPredicate)
    since 7.0. Use StringIterate.allSatisfyChar(String, CharPredicate) instead.
    org.eclipse.collections.impl.utility.StringIterate.allSatisfy(String, CodePointPredicate)
    since 7.0. Use StringIterate.allSatisfyCodePoint(String, CodePointPredicate) instead.
    org.eclipse.collections.impl.utility.StringIterate.anySatisfy(String, CharPredicate)
    since 7.0. Use StringIterate.anySatisfyChar(String, CharPredicate) instead.
    org.eclipse.collections.impl.utility.StringIterate.anySatisfy(String, CodePointPredicate)
    since 7.0. Use StringIterate.anySatisfyCodePoint(String, CodePointPredicate) instead.
    org.eclipse.collections.impl.utility.StringIterate.asLowercaseSet(String)
    in 3.0. Inlineable.
    org.eclipse.collections.impl.utility.StringIterate.asUppercaseSet(String)
    in 3.0. Inlineable.
    org.eclipse.collections.impl.utility.StringIterate.collect(String, CharToCharFunction)
    since 7.0. Use StringIterate.collectChar(String, CharToCharFunction) instead.
    org.eclipse.collections.impl.utility.StringIterate.collect(String, CharFunction)
    since 3.0. Use StringIterate.collect(String, CharToCharFunction) instead.
    org.eclipse.collections.impl.utility.StringIterate.collect(String, CodePointFunction)
    since 7.0. Use StringIterate.collectCodePoint(String, CodePointFunction) instead.
    org.eclipse.collections.impl.utility.StringIterate.count(String, CharPredicate)
    since 7.0. Use StringIterate.countChar(String, CharPredicate) instead.
    org.eclipse.collections.impl.utility.StringIterate.count(String, CodePointPredicate)
    since 7.0. Use StringIterate.countCodePoint(String, CodePointPredicate) instead.
    org.eclipse.collections.impl.utility.StringIterate.count(String, CharPredicate)
    since 3.0.
    org.eclipse.collections.impl.utility.StringIterate.csvTokensToList(String)
    in 3.0. Inlineable. Poorly named method. Does not actually deal properly with CSV. This is better handled in a separate library.
    org.eclipse.collections.impl.utility.StringIterate.csvTokensToReverseSortedList(String)
    in 3.0. Inlineable. Poorly named method. Does not actually deal properly with CSV. This is better handled in a separate library.
    org.eclipse.collections.impl.utility.StringIterate.csvTokensToSet(String)
    in 3.0. Inlineable. Poorly named method. Does not actually deal properly with CSV. This is better handled in a separate library.
    org.eclipse.collections.impl.utility.StringIterate.csvTokensToSortedList(String)
    in 3.0. Inlineable. Poorly named method. Does not actually deal properly with CSV. This is better handled in a separate library.
    org.eclipse.collections.impl.utility.StringIterate.csvTrimmedTokensToList(String)
    in 3.0. Inlineable. Poorly named method. Does not actually deal properly with CSV. This is better handled in a separate library.
    org.eclipse.collections.impl.utility.StringIterate.csvTrimmedTokensToSortedList(String)
    in 3.0. Inlineable. Poorly named method. Does not actually deal properly with CSV. This is better handled in a separate library.
    org.eclipse.collections.impl.utility.StringIterate.detect(String, CharPredicate)
    since 7.0. Use StringIterate.detectChar(String, CharPredicate) instead.
    org.eclipse.collections.impl.utility.StringIterate.detectIfNone(String, CharPredicate, char)
    since 7.0. Use StringIterate.detectCharIfNone(String, CharPredicate, char) instead.
    org.eclipse.collections.impl.utility.StringIterate.detectIfNone(String, CharPredicate, String)
    since 7.0. Use StringIterate.detectCharIfNone(String, CharPredicate, String) instead.
    org.eclipse.collections.impl.utility.StringIterate.forEach(String, CharProcedure)
    since 7.0. Use StringIterate.forEachChar(String, CharProcedure) instead.
    org.eclipse.collections.impl.utility.StringIterate.forEach(String, CharProcedure)
    since 3.0. Use StringIterate.forEach(String, CharProcedure) instead.
    org.eclipse.collections.impl.utility.StringIterate.forEach(String, CodePointProcedure)
    since 7.0. Use StringIterate.forEachCodePoint(String, CodePointProcedure) instead.
    org.eclipse.collections.impl.utility.StringIterate.noneSatisfy(String, CharPredicate)
    since 7.0. Use StringIterate.noneSatisfyChar(String, CharPredicate) instead.
    org.eclipse.collections.impl.utility.StringIterate.noneSatisfy(String, CodePointPredicate)
    since 7.0. Use StringIterate.noneSatisfyCodePoint(String, CodePointPredicate) instead.
    org.eclipse.collections.impl.utility.StringIterate.occurrencesOf(String, char)
    since 7.0. Use StringIterate.occurrencesOfChar(String, char) instead.
    org.eclipse.collections.impl.utility.StringIterate.occurrencesOf(String, int)
    since 7.0. Use StringIterate.occurrencesOfCodePoint(String, int) instead.
    org.eclipse.collections.impl.utility.StringIterate.reject(String, CharPredicate)
    since 7.0. Use StringIterate.rejectChar(String, CharPredicate) instead.
    org.eclipse.collections.impl.utility.StringIterate.reject(String, CodePointPredicate)
    since 7.0. Use StringIterate.rejectCodePoint(String, CodePointPredicate) instead.
    org.eclipse.collections.impl.utility.StringIterate.reverseForEach(String, CharProcedure)
    since 7.0. Use StringIterate.reverseForEachChar(String, CharProcedure) instead.
    org.eclipse.collections.impl.utility.StringIterate.reverseForEach(String, CodePointProcedure)
    since 7.0. Use StringIterate.reverseForEachCodePoint(String, CodePointProcedure) instead.
    org.eclipse.collections.impl.utility.StringIterate.select(String, CharPredicate)
    since 7.0. Use StringIterate.selectChar(String, CharPredicate) instead.
    org.eclipse.collections.impl.utility.StringIterate.select(String, CodePointPredicate)
    since 7.0. Use StringIterate.selectCodePoint(String, CodePointPredicate) instead.
  • Deprecated Constructors
    Constructor
    Description
    org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag()
    Empty default constructor used for serialization.
    org.eclipse.collections.impl.list.mutable.MultiReaderFastList()
    Empty default constructor used for serialization.
    org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMap(int, float)
    in 5.1.0.
    org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMap(int, float)
    in 5.1.0.
    org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMap(int, float)
    in 5.1.0.
    org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMap(int, float)
    in 5.1.0.
    org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMap(int, float)
    in 5.1.0.
    org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMap(int, float)
    in 5.1.0.
    org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMap(int, float)
    in 5.1.0.
    org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategy()
    No argument default constructor used for serialization. Instantiating an ObjectBooleanHashMapWithHashingStrategy with this constructor will have a null hashingStrategy and throw NullPointerException when used.
    org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategy()
    Use ObjectByteHashMapWithHashingStrategy(HashingStrategy) instead.
    org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategy()
    Use ObjectCharHashMapWithHashingStrategy(HashingStrategy) instead.
    org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategy()
    Use ObjectDoubleHashMapWithHashingStrategy(HashingStrategy) instead.
    org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategy()
    Use ObjectFloatHashMapWithHashingStrategy(HashingStrategy) instead.
    org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategy()
    Use ObjectIntHashMapWithHashingStrategy(HashingStrategy) instead.
    org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategy()
    Use ObjectLongHashMapWithHashingStrategy(HashingStrategy) instead.
    org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategy()
    Use ObjectShortHashMapWithHashingStrategy(HashingStrategy) instead.
    org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMap(int, float)
    in 5.1.0.
    org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategy()
    No argument default constructor used for serialization. Instantiating an UnifiedMapWithHashingStrategyMultimap with this constructor will have a null hashingStrategy and throw NullPointerException when used.
    org.eclipse.collections.impl.multimap.bag.strategy.HashBagMultimapWithHashingStrategy()
    Empty default constructor used for serialization. Instantiating an HashBagMultimapWithHashingStrategy with this constructor will have a null multimapHashingStrategy, and throw NullPointerException when used.
    org.eclipse.collections.impl.multimap.set.strategy.UnifiedSetWithHashingStrategyMultimap()
    Empty default constructor used for serialization. Instantiating an UnifiedSetWithHashingStrategyMultimap with this constructor will have a null hashingStrategy and throw NullPointerException when used.
    org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet()
    Empty default constructor used for serialization.
    org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet(int)
    since 5.0.
    org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy()
    No argument default constructor used for serialization. Instantiating an UnifiedSetWithHashingStrategyMultimap with this constructor will have a null hashingStrategy and throw NullPointerException when used.

Copyright © 2004–2025. All rights reserved.