Class NormalizedKeyUtil

    • Constructor Detail

      • NormalizedKeyUtil

        public NormalizedKeyUtil()
    • Method Detail

      • putByteNormalizedKey

        public static void putByteNormalizedKey​(byte value,
                                                MemorySegment target,
                                                int offset,
                                                int numBytes)
      • putCharNormalizedKey

        public static void putCharNormalizedKey​(char value,
                                                MemorySegment target,
                                                int offset,
                                                int numBytes)
      • putBooleanNormalizedKey

        public static void putBooleanNormalizedKey​(boolean value,
                                                   MemorySegment target,
                                                   int offset,
                                                   int numBytes)
      • putShortNormalizedKey

        public static void putShortNormalizedKey​(short value,
                                                 MemorySegment target,
                                                 int offset,
                                                 int numBytes)
      • putIntNormalizedKey

        public static void putIntNormalizedKey​(int iValue,
                                               MemorySegment target,
                                               int offset,
                                               int numBytes)
      • putUnsignedIntegerNormalizedKey

        public static void putUnsignedIntegerNormalizedKey​(int value,
                                                           MemorySegment target,
                                                           int offset,
                                                           int numBytes)
      • putLongNormalizedKey

        public static void putLongNormalizedKey​(long lValue,
                                                MemorySegment target,
                                                int offset,
                                                int numBytes)
      • putUnsignedLongNormalizedKey

        public static void putUnsignedLongNormalizedKey​(long value,
                                                        MemorySegment target,
                                                        int offset,
                                                        int numBytes)