public class BoundarySet<T> extends HashSet<T>
| Constructor and Description |
|---|
BoundarySet(String[] sessionSourceKeys,
boolean implicit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allows(ProxySession proxySession) |
boolean |
allows(String sessionSourceKey) |
boolean |
isImplicit() |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic BoundarySet(String[] sessionSourceKeys, boolean implicit)
public boolean isImplicit()
public boolean allows(ProxySession proxySession)
public boolean allows(String sessionSourceKey)
Copyright © 2017. All rights reserved.