org.apache.hadoop.hive.ql.io.orc
Class TestStringRedBlackTree

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.orc.TestStringRedBlackTree

public class TestStringRedBlackTree
extends Object

Test the red-black tree with string keys.


Constructor Summary
TestStringRedBlackTree()
           
 
Method Summary
static void main(String[] args)
           
 void test1()
           
 void test2()
           
 void test3()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestStringRedBlackTree

public TestStringRedBlackTree()
Method Detail

test1

public void test1()
           throws Exception
Throws:
Exception

test2

public void test2()
           throws Exception
Throws:
Exception

test3

public void test3()
           throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation