org.apache.wicket.util.lang
Class Primitives

java.lang.Object
  extended by org.apache.wicket.util.lang.Primitives

public final class Primitives
extends java.lang.Object

Utilities for working with primitives types and values.

Author:
Jonathan Locke

Constructor Summary
Primitives()
           
 
Method Summary
static int hashCode(long value)
          Returns a basic integer hash code for a long value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Primitives

public Primitives()
Method Detail

hashCode

public static int hashCode(long value)
Returns a basic integer hash code for a long value.

Parameters:
value - The long value
Returns:
The hash code


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.