Package org.infinispan.commons.util
Class ByRef<T>
- java.lang.Object
-
- org.infinispan.commons.util.ByRef<T>
-
- Type Parameters:
T- The wrapped type.
public class ByRef<T> extends Object
This class can be used to pass an argument by reference.- Since:
- 5.1
- Author:
- Dan Berindei
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classByRef.BooleanImplementation for primitive typestatic classByRef.Integerstatic classByRef.Long
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> ByRef<T>create(T t)Tget()voidset(T t)
-