Class AbstractNodeBuilderImpl.MergingKey

  • Enclosing class:
    AbstractNodeBuilderImpl<ID,​B>

    public static class AbstractNodeBuilderImpl.MergingKey
    extends Object
    Internal config node key useful during internal structure building.
    • Method Detail

      • of

        public static AbstractNodeBuilderImpl.MergingKey of​(String key)
        Creates instance of Key parsed from string representation.
        Parameters:
        key - fully-qualified key
        Returns:
        new instance of Key
      • first

        public String first()
        Returns first key token.
        Returns:
        first key token.
      • isLeaf

        public boolean isLeaf()
        Returns true in case the key represents a leaf node.
        Returns:
        true in case the key represents a leaf node.