Package org.xyou.xcommon.mag
Class XMag<V>
- java.lang.Object
-
- org.xyou.xcommon.base.XBaseObject
-
- org.xyou.xcommon.mag.XMag<V>
-
- All Implemented Interfaces:
java.io.Serializable
public final class XMag<V> extends XBaseObject
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEmpty()booleanisFull()java.util.List<V>reload()intsize()XPoolItem<V>take()java.util.List<XPoolItem<V>>take(@NonNull java.lang.Integer numItem)-
Methods inherited from class org.xyou.xcommon.base.XBaseObject
equals, toString
-
-