Searched defs:getIfPresent (Results 1 – 6 of 6) sorted by relevance
49 public static <T extends Enum<T>> Optional<T> getIfPresent( in getIfPresent() method in Enums
59 V getIfPresent(Object key); in getIfPresent() method
53 public V getIfPresent(Object key) { in getIfPresent() method in ForwardingCache
73 public static <T extends Enum<T>> Optional<T> getIfPresent( in getIfPresent() method in Enums
279 private V getIfPresent(Object key) { in getIfPresent() method in LocalCache379 public V getIfPresent(Object key) { in getIfPresent() method in LocalCache.LocalManualCache
68 void getIfPresent(int repetitions) { in getIfPresent() method in EnumsBenchmark