com.itextpdf.tool.xml.pipeline.ctx
Class ObjectContext<T>
java.lang.Object
com.itextpdf.tool.xml.pipeline.ctx.ObjectContext<T>
- Type Parameters:
T
- the type of object.
- All Implemented Interfaces:
- CustomContext
public class ObjectContext<T>
- extends Object
- implements CustomContext
An Object container.
- Author:
- redlab_b
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectContext
public ObjectContext(T t)
- Parameters:
t
- the Object to contain
get
public T get()
- Returns:
- the contained object
Copyright © 2015. All Rights Reserved.