
public class RefCountedTester extends RefCounted
| Modifier and Type | Method and Description |
|---|---|
RefCountedTester |
copyReference()
Create a new RefCountedTester object that is actually referring to the
exact same underlying native object.
|
boolean |
equals(Object obj)
Compares two values, returning true if the underlying objects in native code are the same object.
|
int |
hashCode()
Get a hashable value for this object.
|
static RefCountedTester |
make() |
static RefCountedTester |
make(RefCountedTester objToAcquire)
Acquires a reference to a passed in object,
and returns the new object. |
delete, getCurrentRefCountpublic RefCountedTester copyReference()
copyReference in class RefCountedpublic boolean equals(Object obj)
public int hashCode()
public static RefCountedTester make()
public static RefCountedTester make(RefCountedTester objToAcquire)
Copyright © 2018 Humble Software. All rights reserved.