Class Zipper<K,​V>


  • class Zipper<K,​V>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean leftMost  
      (package private) boolean levelled  
      (package private) int smallerDepth  
      (package private) java.util.List<Tree<K,​V>> zipper  
    • Constructor Summary

      Constructors 
      Constructor Description
      Zipper​(java.util.List<Tree<K,​V>> zipper, boolean levelled, boolean leftMost, int smallerDepth)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • zipper

        final java.util.List<Tree<K,​V>> zipper
      • levelled

        final boolean levelled
      • leftMost

        final boolean leftMost
      • smallerDepth

        final int smallerDepth
    • Constructor Detail

      • Zipper

        Zipper​(java.util.List<Tree<K,​V>> zipper,
               boolean levelled,
               boolean leftMost,
               int smallerDepth)