Uses of Class
org.apache.hadoop.hive.serde2.thrift.test.Complex

Packages that use Complex
org.apache.hadoop.hive.serde2.thrift.test   
 

Uses of Complex in org.apache.hadoop.hive.serde2.thrift.test
 

Methods in org.apache.hadoop.hive.serde2.thrift.test that return Complex
 Complex Complex.deepCopy()
           
 Complex Complex.setAint(int aint)
           
 Complex Complex.setAString(String aString)
           
 Complex Complex.setLint(List<Integer> lint)
           
 Complex Complex.setLintString(List<IntString> lintString)
           
 Complex Complex.setLString(List<String> lString)
           
 Complex Complex.setMStringString(Map<String,String> mStringString)
           
 

Methods in org.apache.hadoop.hive.serde2.thrift.test with parameters of type Complex
 int Complex.compareTo(Complex other)
           
 boolean Complex.equals(Complex that)
           
 

Constructors in org.apache.hadoop.hive.serde2.thrift.test with parameters of type Complex
Complex(Complex other)
          Performs a deep copy on other.
 



Copyright © 2009 The Apache Software Foundation