ariba.util.core
Class PropertyHasher<T>

java.lang.Object
  extended by ariba.util.core.PropertyHasher<T>

public abstract class PropertyHasher<T>
extends java.lang.Object


Constructor Summary
PropertyHasher()
           
 
Method Summary
abstract  int getPropertyHash(T t)
          Return a hash on a property, say an ANID, given a T (which might be a session, etc)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyHasher

public PropertyHasher()
Method Detail

getPropertyHash

public abstract int getPropertyHash(T t)
Return a hash on a property, say an ANID, given a T (which might be a session, etc)

Parameters:
t - of type T
Returns:


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.