Package org.xyou.xcommon.pool
Class XPoolItem<V>
- java.lang.Object
-
- org.xyou.xcommon.base.XBaseObject
-
- org.xyou.xcommon.pool.XPoolItem<V>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.AutoCloseable
public final class XPoolItem<V> extends XBaseObject implements java.lang.AutoCloseable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()VgetData()voidsetData(V data)-
Methods inherited from class org.xyou.xcommon.base.XBaseObject
canEqual, equals, hashCode, toString
-
-