org.apache.hadoop.hbase.util
Class IterableUtils
java.lang.Object
org.apache.hadoop.hbase.util.IterableUtils
@InterfaceAudience.Private
public class IterableUtils
- extends Object
Utility methods for Iterable including null-safe handlers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IterableUtils
public IterableUtils()
nullSafe
public static <T> Iterable<T> nullSafe(Iterable<T> in)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.