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 class
ByRef.Boolean
Implementation for primitive typestatic class
ByRef.Integer
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> ByRef<T>
create(T t)
T
get()
void
set(T t)
-