com.kenai.jaffl.provider

Class NativeInvocationHandler.InvokerMap.NameHasherSingleton

private static final class NativeInvocationHandler.InvokerMap.NameHasherSingleton extends Object

Uses Method#hashCode to generate a hash for the method.

This is faster than using System.identityHashCode() on JDK5, since System.identityHashCode() is not inlined.

Method Summary
static NativeInvocationHandler.InvokerMap.HashergetInstance()

Method Detail

getInstance

public static final NativeInvocationHandler.InvokerMap.Hasher getInstance()