Uses of Class
org.eclipse.collections.impl.tuple.ImmutableEntry
-
Packages that use ImmutableEntry Package Description org.eclipse.collections.impl.tuple -
-
Uses of ImmutableEntry in org.eclipse.collections.impl.tuple
Methods in org.eclipse.collections.impl.tuple that return ImmutableEntry Modifier and Type Method Description static <T1,T2>
ImmutableEntry<T1,T2>ImmutableEntry. of(T1 key, T2 value)
-