Uses of Class
org.jruby.util.collections.IntHashMap
Packages that use IntHashMap
Package
Description
This package contains the implementation of
ProfilingService
and all related
classes will be used for all profiling methods which are shipped with jruby.-
Uses of IntHashMap in org.jruby.ir.targets
Fields in org.jruby.ir.targets declared as IntHashMapModifier and TypeFieldDescriptionfinal IntHashMap
<Void> ClassData.arrayMethodsDefined
final IntHashMap
<Void> ClassData.hashMethodsDefined
final IntHashMap
<Void> ClassData.kwargsHashMethodsDefined
Methods in org.jruby.ir.targets that return IntHashMap -
Uses of IntHashMap in org.jruby.java.dispatch
Methods in org.jruby.java.dispatch that return IntHashMapModifier and TypeMethodDescriptionstatic <T extends ParameterTypes>
IntHashMap<T> CallableSelector.newCallableCache()
Deprecated. -
Uses of IntHashMap in org.jruby.runtime.profile.builtin
Methods in org.jruby.runtime.profile.builtin that return IntHashMapModifier and TypeMethodDescriptionInvocation.getChildren()
protected static IntHashMap
<org.jruby.runtime.profile.builtin.MethodData> ProfilePrinter.methodData
(Invocation top) Constructors in org.jruby.runtime.profile.builtin with parameters of type IntHashMapModifierConstructorDescriptionInvocation
(Invocation parent, int serial, IntHashMap<Invocation> children) -
Uses of IntHashMap in org.jruby.util.collections
Methods in org.jruby.util.collections that return IntHashMap