kotlin.jvm.internal
Class NonVolatileRef.ObjectRef<T>

java.lang.Object
  extended by kotlin.jvm.internal.NonVolatileRef.ObjectRef<T>
Enclosing class:
NonVolatileRef

public static final class NonVolatileRef.ObjectRef<T>
extends Object


Field Summary
 T element
           
 
Constructor Summary
NonVolatileRef.ObjectRef()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

element

public T element
Constructor Detail

NonVolatileRef.ObjectRef

public NonVolatileRef.ObjectRef()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All Rights Reserved.