com.github.andrewoma.dexx.collection.internal.redblack
Interface Tree<K,V>

All Known Subinterfaces:
BlackTree<K,V>, RedTree<K,V>
All Known Implementing Classes:
AbstractDerivedKeyTree, AbstractTree

public interface Tree<K,V>


Method Summary
 Tree<K,V> black()
           
 int count()
           
 K getKey(KeyFunction<K,V> keyFunction)
           
 Tree<K,V> getLeft()
           
 Tree<K,V> getRight()
           
 V getValue()
           
 Tree<K,V> red()
           
 

Method Detail

count

int count()

black

Tree<K,V> black()

red

Tree<K,V> red()

getKey

K getKey(KeyFunction<K,V> keyFunction)

getValue

V getValue()

getLeft

Tree<K,V> getLeft()

getRight

Tree<K,V> getRight()


Copyright © 2014. All Rights Reserved.