Interface Tree<K,​V>

    • Method Detail

      • count

        int count()
      • isBlack

        boolean isBlack()
      • isRed

        boolean isRed()
      • getValue

        V getValue()
      • getLeft

        Tree<K,​V> getLeft()
      • getRight

        Tree<K,​V> getRight()