Class AcceptDenyEnumSet<T extends Enum<T>>
java.lang.Object
net.thevpc.common.collections.AcceptDenyEnumSet<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacceptAll(Collection<T> t) denyAll(Collection<T> t) booleanstatic <T extends Enum<T>>
AcceptDenyEnumSet<T> removeAccept(T t) removeDeny(T t)
-
Constructor Details
-
AcceptDenyEnumSet
-
-
Method Details
-
of
-
accept
-
deny
-
acceptAll
-
denyAll
-
acceptAll
-
denyAll
-
removeAccept
-
removeDeny
-
isAccept
-