|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.jcudpp.CUDPPHashTableType
public class CUDPPHashTableType
Supported types of hash tables.
CUDPPHashTableConfig| Field Summary | |
|---|---|
static int |
CUDPP_BASIC_HASH_TABLE
Stores a single value per key. |
static int |
CUDPP_COMPACTING_HASH_TABLE
Assigns each key a unique identifier and allows O(1) translation between the key and the unique IDs. |
static int |
CUDPP_INVALID_HASH_TABLE
Invalid hash table; flags error if used. |
static int |
CUDPP_MULTIVALUE_HASH_TABLE
Can store multiple values for each key. |
| Method Summary | |
|---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUDPPHashTableType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CUDPP_BASIC_HASH_TABLE
public static final int CUDPP_COMPACTING_HASH_TABLE
public static final int CUDPP_MULTIVALUE_HASH_TABLE
public static final int CUDPP_INVALID_HASH_TABLE
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
n - The CUDPPHashTableType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||