public static class UrlCache.IncludedAndExcluded extends Tuple<LinkedHashSet<String>,LinkedHashSet<String>>
| Constructor and Description |
|---|
IncludedAndExcluded(LinkedHashSet<String> included,
LinkedHashSet<String> excluded) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashSet<String> |
getExcluded() |
LinkedHashSet<String> |
getIncluded() |
public IncludedAndExcluded(LinkedHashSet<String> included, LinkedHashSet<String> excluded)
public LinkedHashSet<String> getIncluded()
public LinkedHashSet<String> getExcluded()
Copyright © 2019 Atlassian. All rights reserved.