public final class Safe extends Object
static <T> T[]
safeArray(T[] aArray)
static <T> List<T>
safeList(List<T> aList)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> List<T> safeList(List<T> aList)
public static <T> T[] safeArray(T[] aArray)
Copyright © 2021. All rights reserved.