org.apache.hadoop.hbase.util
Class IterableUtils

java.lang.Object
  extended by org.apache.hadoop.hbase.util.IterableUtils

@InterfaceAudience.Private
public class IterableUtils
extends Object

Utility methods for Iterable including null-safe handlers.


Constructor Summary
IterableUtils()
           
 
Method Summary
static
<T> Iterable<T>
nullSafe(Iterable<T> in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterableUtils

public IterableUtils()
Method Detail

nullSafe

public static <T> Iterable<T> nullSafe(Iterable<T> in)


Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.