- java.lang.Object
-
- de.ibapl.jnhw.common.memory.NativeAddressHolder<T>
-
public final class NativeAddressHolder<T> extends Object
- Author:
- aploese
-
-
Field Summary
Fields Modifier and Type Field Description static NativeAddressHolderNULL
-
Constructor Summary
Constructors Modifier Constructor Description protectedNativeAddressHolder(long address)Called from native code and test classes only
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()booleanisNULL()static NativeAddressHolderofUintptr_t(long address)StringtoString()static longtoUintptr_t(NativeAddressHolder value)
-
-
-
Field Detail
-
NULL
public static final NativeAddressHolder NULL
-
-
Method Detail
-
isNULL
public boolean isNULL()
-
ofUintptr_t
public static final NativeAddressHolder ofUintptr_t(long address)
-
toUintptr_t
public static final long toUintptr_t(NativeAddressHolder value)
-
-