Uses of Interface
org.fusesource.hawtjni.runtime.NativeStats.StatsInterface
-
Packages that use NativeStats.StatsInterface Package Description org.fusesource.hawtjni.runtime -
-
Uses of NativeStats.StatsInterface in org.fusesource.hawtjni.runtime
Fields in org.fusesource.hawtjni.runtime with type parameters of type NativeStats.StatsInterface Modifier and Type Field Description private java.util.HashMap<NativeStats.StatsInterface,java.util.ArrayList<NativeStats.NativeFunction>>
NativeStats. snapshot
Methods in org.fusesource.hawtjni.runtime that return types with arguments of type NativeStats.StatsInterface Modifier and Type Method Description private static java.util.HashMap<NativeStats.StatsInterface,java.util.ArrayList<NativeStats.NativeFunction>>
NativeStats. snapshot(java.util.Collection<NativeStats.StatsInterface> classes)
Method parameters in org.fusesource.hawtjni.runtime with type arguments of type NativeStats.StatsInterface Modifier and Type Method Description private static java.util.HashMap<NativeStats.StatsInterface,java.util.ArrayList<NativeStats.NativeFunction>>
NativeStats. snapshot(java.util.Collection<NativeStats.StatsInterface> classes)
Constructors in org.fusesource.hawtjni.runtime with parameters of type NativeStats.StatsInterface Constructor Description NativeStats(NativeStats.StatsInterface... classes)
Constructor parameters in org.fusesource.hawtjni.runtime with type arguments of type NativeStats.StatsInterface Constructor Description NativeStats(java.util.Collection<NativeStats.StatsInterface> classes)
NativeStats(java.util.HashMap<NativeStats.StatsInterface,java.util.ArrayList<NativeStats.NativeFunction>> snapshot)
-