Class UniqueIdPrefixTransformer

  • All Implemented Interfaces:
    java.util.function.Function<UniqueId,​UniqueId>, java.util.function.UnaryOperator<UniqueId>

    class UniqueIdPrefixTransformer
    extends java.lang.Object
    implements java.util.function.UnaryOperator<UniqueId>
    Since:
    5.13
    • Field Detail

      • oldPrefix

        private final UniqueId oldPrefix
      • newPrefix

        private final UniqueId newPrefix
      • oldPrefixLength

        private final int oldPrefixLength
    • Constructor Detail

      • UniqueIdPrefixTransformer

        UniqueIdPrefixTransformer​(UniqueId oldPrefix,
                                  UniqueId newPrefix)