Uses of Package
org.eclipse.collections.api.bimap
-
Packages that use org.eclipse.collections.api.bimap Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bimap This package contains interfaces for BiMap API.org.eclipse.collections.api.factory.bimap -
Classes in org.eclipse.collections.api.bimap used by org.eclipse.collections.api Class Description ImmutableBiMap ABiMapwhose contents cannot be altered after initialization.MutableBiMap ABiMapwhose contents can be altered after initialization. -
Classes in org.eclipse.collections.api.bimap used by org.eclipse.collections.api.bimap Class Description BiMap A map that allows users to look up key-value pairs from either direction.ImmutableBiMap ABiMapwhose contents cannot be altered after initialization.MutableBiMap ABiMapwhose contents can be altered after initialization. -
Classes in org.eclipse.collections.api.bimap used by org.eclipse.collections.api.factory.bimap Class Description ImmutableBiMap ABiMapwhose contents cannot be altered after initialization.MutableBiMap ABiMapwhose contents can be altered after initialization.