|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Number
lib.unwind.CachingPolicy
public class CachingPolicy
| Field Summary | |
|---|---|
static CachingPolicy |
UNW_CACHE_GLOBAL
|
static int |
UNW_CACHE_GLOBAL_
|
static CachingPolicy |
UNW_CACHE_NONE
|
static int |
UNW_CACHE_NONE_
|
static CachingPolicy |
UNW_CACHE_PER_THREAD
|
static int |
UNW_CACHE_PER_THREAD_
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
double |
doubleValue()
Return the equivalent of the enum. |
boolean |
equals(Object o)
Return true if OBJECT has the same value. |
float |
floatValue()
Return the equivalent of the enum. |
int |
hashCode()
|
int |
intValue()
Return the equivalent of the enum. |
long |
longValue()
Return the equivalent of the enum. |
String |
toName()
Return the name of just the enum. |
static String |
toName(long i)
Returns just the name part of the num corresponding to I. |
static String |
toName(long i,
String def)
Returns just the name part of the num corresponding to I, or DEF is there is no such field. |
String |
toPrint()
Return a printable version of the enum. |
static String |
toPrintString(long i)
Returns the printable (or user readable) name for the field corresponding to the value I. |
static String |
toPrintString(long i,
String def)
Returns the printable (or user readable) name for the field corresponding to the value I, or DEF is there is no such field. |
String |
toString()
Return the qualified name of the enum. |
static String |
toString(long i)
Returns the full underscore delimited name of the field corresponding to the value I. |
static CachingPolicy |
valueOf(long i)
Return the CachingPolicy object that matches the integer. |
static CachingPolicy |
valueOf(String string)
Return the CachingPolicy object that matches the string. |
static CachingPolicy[] |
values()
Return an array of all the CachingPolicy elements. |
| Methods inherited from class java.lang.Number |
|---|
byteValue, shortValue |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int UNW_CACHE_NONE_
public static final CachingPolicy UNW_CACHE_NONE
public static final int UNW_CACHE_GLOBAL_
public static final CachingPolicy UNW_CACHE_GLOBAL
public static final int UNW_CACHE_PER_THREAD_
public static final CachingPolicy UNW_CACHE_PER_THREAD
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String toPrint()
public String toName()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic int compareTo(Object o)
compareTo in interface Comparablepublic static CachingPolicy valueOf(String string)
public static CachingPolicy valueOf(long i)
public static CachingPolicy[] values()
public static String toString(long i)
public static String toPrintString(long i)
public static String toPrintString(long i,
String def)
public static String toName(long i)
public static String toName(long i,
String def)
public int intValue()
intValue in class Numberpublic long longValue()
longValue in class Numberpublic float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||