object Path
          
            Linear Supertypes
          
          
        
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
- By Inheritance
                  Inherited
                  
                  
- Path
- AnyRef
- Any
- Hide All
- Show All
              Visibility
              
        - Public
- All
Type Members
-  case class DivergentExtension(extension: Extension, elements: List[Element], matched: Subkey, oldRemainder: Subkey, newDivergence: Subkey) extends Path with Product with Serializable
-  case class DivergentLeaf(leaf: Leaf, elements: List[Element], matched: Subkey, oldRemainder: Subkey, newDivergence: Subkey) extends Path with Product with Serializable
-  case class Element(source: NodeSource, node: Node) extends Product with Serializable
-  case class EmptySubkeyAtMultiLetterSubkeyRootExtension(rootExtension: Extension) extends Path with Product with Serializable
-  case class EmptySubkeyAtNonemptySubkeyRootLeaf(rootLeaf: Leaf) extends Path with Product with Serializable
-  case class EmptySubkeyAtOneLetterSubkeyRootExtension(rootExtension: Extension) extends Path with Product with Serializable
-  case class EmptySubkeyAtRootBranch(rootBranch: Branch) extends Path with Exact with Product with Serializable
-  trait Exact extends AnyRef
-  case class ExactBranch(branch: Branch, elements: List[Element], matchLetterIndex: Int) extends Path with Exact with Product with Serializable
-  case class ExactExtension(extension: Extension, elements: List[Element]) extends Path with Exact with Product with Serializable
-  case class ExactLeaf(leaf: Leaf, elements: List[Element]) extends Path with Exact with Product with Serializable
-  case class NewElements(head: Element, children: Set[Element] = Set.empty) extends Product with Serializable
-  case class OvershotByExtension(extension: Extension, elements: List[Element], matched: Subkey, remainder: Subkey) extends Path with Product with Serializable
-  case class OvershotByLeaf(leaf: Leaf, elements: List[Element], matched: Subkey, remainder: Subkey) extends Path with Product with Serializable
-  case class TruncatedAtBeginningOfExtension(extension: Extension, elements: List[Element], newLetters: Subkey) extends Path with Product with Serializable
-  case class TruncatedAtBeginningOfLeaf(leaf: Leaf, elements: List[Element], newLetters: Subkey) extends Path with Product with Serializable
-  case class TruncatedAtEmptyRoot(remainder: Subkey) extends Path with Product with Serializable
-  case class TruncatedWithinBranch(branch: Branch, elements: List[Element], branchLetterIndex: Int, extraLetters: Subkey) extends Path with Product with Serializable
-  case class TruncatedWithinLeaf(leaf: Leaf, elements: List[Element], matched: Subkey, newLetters: Subkey) extends Path with Product with Serializable
-  case class UpdatedPath(modifiedPath: List[Element], lastAndChildren: Option[NewElements], newRoot: Option[Element]) extends Product with Serializable
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
 
-  def condenseDownward(parentExtension: Extension): Node
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-  def reshapeChildDroppingBranch(droppingBranch: Branch, dropLetterIndex: Int): Node
-  def reshapeValueDroppingBranch(droppingBranch: Branch): Node
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
-  object Builder
-  object Element extends Serializable
-  object NewElements extends Serializable
Deprecated Value Members
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated