- java.lang.Object
-
- me.hekr.iotos.softgateway.common.utils.TimedCachedBlockingQueue.Bag<T>
-
-
构造器概要
构造器
| 构造器和说明 |
Bag(int capacity) |
-
方法概要
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
构造器详细资料
-
Bag
public Bag(int capacity)
-
方法详细资料
-
isFull
public boolean isFull()
-
getAll
public List<T> getAll()
-
getSize
public int getSize()
Copyright © 2023. All rights reserved.