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