public final class Name2 extends Name
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)
Copyright © 2014 FasterXML. All Rights Reserved.