E - the element typeT - the generic typepublic interface ChainCollection<E,T extends java.util.Collection<E>>
extends java.util.Collection<E>
| Modifier and Type | Method and Description |
|---|---|
T |
addAllChain(java.util.Collection<? extends E> c)
带链式调用的addAll方法.
|
T |
addChain(E... values)
Adds the chain.
|
T |
addChain(E value)
带链式调用的add方法.
|