| Interface and Description |
|---|
| com.gs.collections.impl.block.function.primitive.CharFunction
since 3.0. Use
CharToCharFunction instead. |
| com.gs.collections.impl.block.predicate.primitive.CharPredicate
since 3.0. Use
CharPredicate instead. |
| com.gs.collections.impl.block.procedure.primitive.CharProcedure
since 3.0 use
CharProcedure |
| com.gs.collections.impl.block.procedure.primitive.IntIntProcedure
since 3.0 use
IntIntProcedure |
| com.gs.collections.impl.block.procedure.primitive.IntObjectProcedure
since 3.0 use
IntObjectProcedure |
| com.gs.collections.impl.block.procedure.primitive.IntProcedure
since 3.0 use
IntProcedure |
| com.gs.collections.impl.block.procedure.primitive.IntProcedureWithInt
since 1.2 use
IntIntProcedure |
| Class and Description |
|---|
| com.gs.collections.impl.map.mutable.ConcurrentMutableHashMap
since 2.0
|
| com.gs.collections.impl.multimap.bag.TreeBagMultimap
in 5.0. Use
TreeBagMultimap instead. |
| Field and Description |
|---|
| com.gs.collections.impl.utility.internal.ReflectionHelper.EMPTY_CLASS_ARRAY
in 2.0. Will become private in a future version.
|
| Constructor and Description |
|---|
| com.gs.collections.impl.set.mutable.primitive.ByteHashSet(int)
since 5.0.
|
| com.gs.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.
|
| com.gs.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.
|
| com.gs.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.
|