public interface PrefixSet
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPrefixOf(String toMatch)
Indicates whether this set contains a prefix of the given string.
|
boolean containsPrefixOf(String toMatch)
toMatch - the string to test for a prefix of.true if any of the strings in this set is a prefix of the given string.Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.