Home | History | Annotate | Download | only in collect

Lines Matching refs:ImmutableEntry

496   public static <K, V> Entry<K, V> immutableEntry(
498 return new ImmutableEntry<K, V>(key, value);
983 return predicate.apply(Maps.immutableEntry(k, value));