com.intellij.openapi.util
Class Ref<T>

java.lang.Object
  extended by com.intellij.openapi.util.Ref<T>

public class Ref<T>
extends java.lang.Object


Constructor Summary
Ref()
           
Ref(T value)
           
 
Method Summary
static
<T> Ref<T>
create(T value)
           
 T get()
           
 boolean isNull()
           
 void set(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ref

public Ref()

Ref

public Ref(T value)
Method Detail

isNull

public boolean isNull()

get

public T get()

set

public void set(T value)

create

public static <T> Ref<T> create(T value)