Package net.imglib2.blocks
Class TempArrayImpl<T>
- java.lang.Object
-
- net.imglib2.blocks.TempArrayImpl<T>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ref.WeakReference<T>arrayRefprivate PrimitiveTypeProperties<T,?>props
-
Constructor Summary
Constructors Constructor Description TempArrayImpl(PrimitiveTypeProperties<T,?> props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget(int minSize)TempArray<T>newInstance()
-
-
-
Field Detail
-
props
private final PrimitiveTypeProperties<T,?> props
-
arrayRef
private java.lang.ref.WeakReference<T> arrayRef
-
-
Constructor Detail
-
TempArrayImpl
TempArrayImpl(PrimitiveTypeProperties<T,?> props)
-
-