Uses of Class
com.fasterxml.aalto.in.ByteBasedPName
-
Packages that use ByteBasedPName Package Description com.fasterxml.aalto.in test -
-
Uses of ByteBasedPName in com.fasterxml.aalto.in
Subclasses of ByteBasedPName in com.fasterxml.aalto.in Modifier and Type Class Description classPName1Specialized implementation of PName: can be used for short Strings that consists of at most 4 bytes.classPName2Specialized implementation of PName: can be used for short Strings that consists of at most 8 bytes.classPName3Specialized implementation of PName: can be used for medium-sized Strings that consists of at most 9-12 bytes.classPNameNGeneral implementation of PName to be used with longer names (ones that consist of more than 8 bytes).Fields in com.fasterxml.aalto.in declared as ByteBasedPName Modifier and Type Field Description private ByteBasedPName[]ByteBasedPNameTable. mMainNamesArray that containsPNameinstances matching entries inmMainHash.(package private) ByteBasedPNameByteBasedPNameTable.Bucket. mNameMethods in com.fasterxml.aalto.in that return ByteBasedPName Modifier and Type Method Description ByteBasedPNameByteBasedPNameTable. addSymbol(int hash, java.lang.String symbolStr, int colonIx, int[] quads, int qlen)ByteBasedPNameByteBasedPNameTable. addSymbol(int hash, java.lang.String symbolStr, int colonIx, int firstQuad, int secondQuad)ByteBasedPNameByteBasedPNameFactory. constructPName(int hash, java.lang.String pname, int colonIx, int[] quads, int qlen)ByteBasedPNameByteBasedPNameFactory. constructPName(int hash, java.lang.String pname, int colonIx, int quad1, int quad2)ByteBasedPNameByteBasedPNameTable.Bucket. find(int hash, int[] quads, int qlen)ByteBasedPNameByteBasedPNameTable.Bucket. find(int hash, int firstQuad, int secondQuad)ByteBasedPNameByteBasedPNameTable. findSymbol(int hash, int[] quads, int qlen)Finds and returns name matching the specified symbol, if such name already exists in the table; or if not, creates name object, adds to the table, and returns it.ByteBasedPNameByteBasedPNameTable. findSymbol(int hash, int firstQuad, int secondQuad)Finds and returns name matching the specified symbol, if such name already exists in the table; or if not, creates name object, adds to the table, and returns it.Methods in com.fasterxml.aalto.in with parameters of type ByteBasedPName Modifier and Type Method Description private voidByteBasedPNameTable. doAddSymbol(int hash, ByteBasedPName symbol)Constructors in com.fasterxml.aalto.in with parameters of type ByteBasedPName Constructor Description Bucket(ByteBasedPName name, ByteBasedPNameTable.Bucket next) -
Uses of ByteBasedPName in test
Methods in test that return ByteBasedPName Modifier and Type Method Description protected ByteBasedPNameTestPNamePerf. addPName(int hash, int[] quads, int qlen, int lastQuadBytes)private ByteBasedPNameTestPNamePerf. findPName(int onlyQuad, int lastByteCount)private ByteBasedPNameTestPNamePerf. findPName(int lastQuad, int[] quads, int qlen, int lastByteCount)private ByteBasedPNameTestPNamePerf. findPName(int firstQuad, int secondQuad, int lastByteCount)private ByteBasedPNameTestPNamePerf. findPName(int lastQuad, int lastByteCount, int firstQuad, int qlen, int[] quads)protected ByteBasedPNameTestPNamePerf. parsePName(byte b)protected ByteBasedPNameTestPNamePerf. parsePNameNew(byte b)protected ByteBasedPNameTestPNamePerf. parsePNameNew2(byte b)protected ByteBasedPNameTestPNamePerf. parsePNameNewLong(int q, int[] quads)protected ByteBasedPNameTestPNamePerf. parsePNameNewMedium(int i2, int q1)
-