Class SetWrapper<E>

java.lang.Object
org.miaixz.bus.core.lang.wrapper.SimpleWrapper<Set<E>>
org.miaixz.bus.core.center.set.SetWrapper<E>
Type Parameters:
E - 元素类型
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>, Wrapper<Set<E>>, Provider

public class SetWrapper<E> extends SimpleWrapper<Set<E>> implements Set<E>
Set包装类 提供列表包装,用于在执行列表方法前后自定义处理逻辑
Since:
Java 17+
Author:
Kimi Liu