Package com.amazon.ion.impl
Interface _Private_RecyclingStack.ElementFactory<T>
-
- Type Parameters:
T- the type of element.
- Enclosing class:
- _Private_RecyclingStack<T>
public static interface _Private_RecyclingStack.ElementFactory<T>Factory for new stack elements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TnewElement()
-
-
-
Method Detail
-
newElement
T newElement()
- Returns:
- a new instance.
-
-