Hierarchy For Package org.eclipse.collections.impl.block.function.primitive
Package Hierarchies:Class Hierarchy
- java.lang.Object
- org.eclipse.collections.impl.block.function.primitive.BooleanCaseFunction<V> (implements org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction<V>)
- org.eclipse.collections.impl.block.function.primitive.ByteCaseFunction<V> (implements org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction<V>)
- org.eclipse.collections.impl.block.function.primitive.CharCaseFunction<V> (implements org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<V>)
- org.eclipse.collections.impl.block.function.primitive.DoubleCaseFunction<V> (implements org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<V>)
- org.eclipse.collections.impl.block.function.primitive.DoubleFunctionImpl<T> (implements org.eclipse.collections.api.block.function.primitive.DoubleFunction<T>, org.eclipse.collections.api.block.function.Function<T,V>)
- org.eclipse.collections.impl.block.function.primitive.FloatCaseFunction<V> (implements org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction<V>)
- org.eclipse.collections.impl.block.function.primitive.IntCaseFunction<V> (implements org.eclipse.collections.api.block.function.primitive.IntToObjectFunction<V>)
- org.eclipse.collections.impl.block.function.primitive.IntegerFunctionImpl<T> (implements org.eclipse.collections.api.block.function.Function<T,V>, org.eclipse.collections.api.block.function.primitive.IntFunction<T>)
- org.eclipse.collections.impl.block.function.primitive.LongCaseFunction<V> (implements org.eclipse.collections.api.block.function.primitive.LongToObjectFunction<V>)
- org.eclipse.collections.impl.block.function.primitive.LongFunctionImpl<T> (implements org.eclipse.collections.api.block.function.Function<T,V>, org.eclipse.collections.api.block.function.primitive.LongFunction<T>)
- org.eclipse.collections.impl.block.function.primitive.ShortCaseFunction<V> (implements org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction<V>)
Interface Hierarchy
- java.io.Serializable
- org.eclipse.collections.impl.block.function.primitive.CharFunction
- org.eclipse.collections.impl.block.function.primitive.CodePointFunction