|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjena.atlas.lib.Lib
public class Lib
| Method Summary | ||
|---|---|---|
static java.lang.String |
className(java.lang.Object obj)
|
|
static java.lang.String |
classShortName(java.lang.Class<?> cls)
|
|
static int |
decodeIndex(int i)
Decode an index returning the insertion point when not found |
|
static int |
encodeIndex(int i)
Encode an index (the insertion point) when not found |
|
static
|
equals(T obj1,
T obj2)
|
|
static int |
hashCodeObject(java.lang.Object obj)
HashCode - allow nulls |
|
static int |
hashCodeObject(java.lang.Object obj,
int nullHashCode)
HashCode - allow nulls |
|
static void |
sleep(int milliSeconds)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final int encodeIndex(int i)
public static final int decodeIndex(int i)
public static final <T> boolean equals(T obj1,
T obj2)
public static final java.lang.String className(java.lang.Object obj)
public static final java.lang.String classShortName(java.lang.Class<?> cls)
public static final int hashCodeObject(java.lang.Object obj)
public static final int hashCodeObject(java.lang.Object obj,
int nullHashCode)
public static final void sleep(int milliSeconds)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||