com.sun.jini.outrigger
Class EntryHandleHashDesc

java.lang.Object
  extended by com.sun.jini.outrigger.EntryHandleHashDesc

 class EntryHandleHashDesc
extends Object

Used to hold the description of the parameters of the hash.

Author:
Sun Microsystems, Inc.
See Also:
EntryHandle, EntryHandle.hashFor(EntryRep,int,EntryHandleHashDesc)

Field Summary
(package private)  int bitsPerField
          Number of bits allocated in the hash for each field
(package private)  int fieldsInHash
          How many fields are used in the hash?
(package private)  long mask
          A mask with the lower bitsPerField bits set
 
Constructor Summary
EntryHandleHashDesc()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bitsPerField

int bitsPerField
Number of bits allocated in the hash for each field


fieldsInHash

int fieldsInHash
How many fields are used in the hash?


mask

long mask
A mask with the lower bitsPerField bits set

Constructor Detail

EntryHandleHashDesc

EntryHandleHashDesc()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.