com.sun.jini.outrigger
Class EntryHandleHashDesc
java.lang.Object
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 |
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
EntryHandleHashDesc
EntryHandleHashDesc()
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.