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, toStringpublic SmallPrefixedNameSet(boolean nsAware,
                    PrefixedName[] names)
public boolean hasMultiple()
hasMultiple in class PrefixedNameSetpublic boolean contains(PrefixedName name)
contains in class PrefixedNameSetpublic void appendNames(StringBuilder sb, String sep)
appendNames in class PrefixedNameSetCopyright © 2018 FasterXML. All rights reserved.