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 java.lang.IntegergetSizeMax()booleanisEmpty()booleanisFull()java.util.List<V>reload()intsize()XPoolItem<V>take()java.util.List<XPoolItem<V>>take(int numItem)-
Methods inherited from class org.xyou.xcommon.base.XBaseObject
canEqual, equals, hashCode, toString
-
-
-
-
Constructor Detail
-
XMag
public XMag(int sizeMax, java.util.function.Supplier<V> createData)
-
-