brickhouse.udf.collect
Class UnionMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue

java.lang.Object
  extended by brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue
All Implemented Interfaces:
Comparable
Enclosing class:
UnionMaxUDAF.MapCollectMaxUDAFEvaluator

public static class UnionMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue
extends Object
implements Comparable


Constructor Summary
UnionMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue(String key, Double val)
           
 
Method Summary
 int compareTo(Object arg1)
           
 boolean equals(Object other)
           
 String getKey()
           
 Double getValue()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnionMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue

public UnionMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue(String key,
                                                              Double val)
Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

getKey

public String getKey()

getValue

public Double getValue()

compareTo

public int compareTo(Object arg1)
Specified by:
compareTo in interface Comparable


Copyright © 2013. All rights reserved.