Package com.fasterxml.jackson.core.sym
Class Name2
- java.lang.Object
 - 
- com.fasterxml.jackson.core.sym.Name
 - 
- com.fasterxml.jackson.core.sym.Name2
 
 
 
- 
public final class Name2 extends Name
Specialized implementation of PName: can be used for short Strings that consists of 5 to 8 bytes. Usually this means relatively short ascii-only names.The reason for such specialized classes is mostly space efficiency; and to a lesser degree performance. Both are achieved for short Strings by avoiding another level of indirection (via quad arrays)
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(int quad)booleanequals(int[] quads, int qlen)booleanequals(int quad1, int quad2)booleanequals(int quad1, int quad2, int q3) 
 -