| java.lang.Object | |
| ↳ | com.davidluoye.support.util.FixQueue<T> |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FixQueue() | |||||||||||
| FixQueue(int maxCapacity) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | add(Collection<T> cc) | ||||||||||
| boolean | add(T t) | ||||||||||
| T | get(int index) | ||||||||||
| boolean | isEmpty() | ||||||||||
| Iterator<T> | iterator() | ||||||||||
| T | remove(int index) | ||||||||||
| void | removeAll() | ||||||||||
| int | size() | ||||||||||
| <T> T[] | toArray(T[] a) | ||||||||||
| Object[] | toArray() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Iterable
| |||||||||||