org.mentaqueue.util
Class MutableLong

java.lang.Object
  extended by org.mentaqueue.util.MutableLong

public class MutableLong
extends Object


Field Summary
static Builder<MutableLong> BUILDER
           
 
Constructor Summary
MutableLong(long value)
           
 
Method Summary
 long get()
           
 void set(long value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BUILDER

public static final Builder<MutableLong> BUILDER
Constructor Detail

MutableLong

public MutableLong(long value)
Method Detail

get

public final long get()

set

public final void set(long value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.