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