public class AllComplex<E> extends MixComplex<E> implements Complex<E>
filters| Constructor and Description |
|---|
AllComplex() |
AllComplex(Collection<? extends Complex<? extends E>> filters) |
| Modifier and Type | Method and Description |
|---|---|
AllComplex<E> |
mix(Complex<? extends E> filter) |
boolean |
on(E entry)
记录是否需要加/解密
|
add, removepublic AllComplex()
public AllComplex(Collection<? extends Complex<? extends E>> filters)
Copyright © 2020. All rights reserved.