org.apache.hadoop.hdfs.util
Class Diff.Container<E>

java.lang.Object
  extended by org.apache.hadoop.hdfs.util.Diff.Container<E>
Enclosing class:
Diff<K,E extends Diff.Element<K>>

public static class Diff.Container<E>
extends Object

Containing exactly one element.


Method Summary
 E getElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getElement

public E getElement()
Returns:
the element.


Copyright © 2014 Apache Software Foundation. All Rights Reserved.