Searched defs:getOrNull (Results 1 – 2 of 2) sorted by relevance
94 V getOrNull(String namespace, String name) { in getOrNull() method in FlagCache
929 public static <T> T getOrNull(@Nullable T[] items, int i) { in getOrNull() method in ArrayUtils