| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.collection |
many collection utility class
|
| 限定符和类型 | 方法和说明 |
|---|---|
ConcurrentCyclicSequence<T> |
ConcurrentCyclicSequence.add(T element)
Copy the current sequence, add
element at the tail of this sequence and returns it. |
ConcurrentCyclicSequence<T> |
ConcurrentCyclicSequence.remove(T element)
Remove the first occurrence of
element in this sequence and returns it. |
Copyright © 2021. All rights reserved.