public final class SmallPrefixedNameSet extends PrefixedNameSet
Notes about usage:
PrefixedName
instances are assumed
interned, so that equality comparison can be done (both for values
stored and keys used)
Constructor and Description |
---|
SmallPrefixedNameSet(boolean nsAware,
PrefixedName[] names) |
Modifier and Type | Method and Description |
---|---|
void |
appendNames(StringBuilder sb,
String sep) |
boolean |
contains(PrefixedName name) |
boolean |
hasMultiple() |
toString, toString
public SmallPrefixedNameSet(boolean nsAware, PrefixedName[] names)
public boolean hasMultiple()
hasMultiple
in class PrefixedNameSet
public boolean contains(PrefixedName name)
contains
in class PrefixedNameSet
public void appendNames(StringBuilder sb, String sep)
appendNames
in class PrefixedNameSet
Copyright © 2018 FasterXML. All rights reserved.