Uses of Interface
org.eclipse.collections.api.map.FixedSizeMap
Packages that use FixedSizeMap
Package
Description
This package contains factory API for creating instances of type
MapIterable.This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains implementations of the
FixedSizeMap interface.-
Uses of FixedSizeMap in org.eclipse.collections.api.factory.map
Methods in org.eclipse.collections.api.factory.map that return FixedSizeMapModifier and TypeMethodDescription<K,V> FixedSizeMap <K, V> FixedSizeMapFactory.empty()<K,V> FixedSizeMap <K, V> FixedSizeMapFactory.of()Same asFixedSizeMapFactory.empty().<K,V> FixedSizeMap <K, V> FixedSizeMapFactory.of(K key, V value) <K,V> FixedSizeMap <K, V> FixedSizeMapFactory.of(K key1, V value1, K key2, V value2) <K,V> FixedSizeMap <K, V> FixedSizeMapFactory.of(K key1, V value1, K key2, V value2, K key3, V value3) <K,V> FixedSizeMap <K, V> FixedSizeMapFactory.with()Same asFixedSizeMapFactory.empty().<K,V> FixedSizeMap <K, V> FixedSizeMapFactory.with(K key, V value) <K,V> FixedSizeMap <K, V> FixedSizeMapFactory.with(K key1, V value1, K key2, V value2) <K,V> FixedSizeMap <K, V> FixedSizeMapFactory.with(K key1, V value1, K key2, V value2, K key3, V value3) -
Uses of FixedSizeMap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return FixedSizeMapModifier and TypeMethodDescriptiondefault FixedSizeMap<K, V> default FixedSizeMap<K, V> FixedSizeMap.withMapIterable(MapIterable<? extends K, ? extends V> mapIterable) -
Uses of FixedSizeMap in org.eclipse.collections.impl.map.fixed
Classes in org.eclipse.collections.impl.map.fixed that implement FixedSizeMapModifier and TypeClassDescription(package private) class(package private) final classDoubletonMap<K,V> (package private) final classEmptyMap<K,V> (package private) final classSingletonMap<K,V> (package private) final classTripletonMap<K,V> Fields in org.eclipse.collections.impl.map.fixed declared as FixedSizeMapModifier and TypeFieldDescriptionprivate static final FixedSizeMap<?, ?> FixedSizeMapFactoryImpl.EMPTY_MAPMethods in org.eclipse.collections.impl.map.fixed that return FixedSizeMapModifier and TypeMethodDescriptionabstract <K2,V2> FixedSizeMap <K2, V2> <K2,V2> FixedSizeMap <K2, V2> <K2,V2> FixedSizeMap <K2, V2> <K2,V2> FixedSizeMap <K2, V2> <K2,V2> FixedSizeMap <K2, V2> abstract <R> FixedSizeMap<R, V> AbstractMemoryEfficientMutableMap.collectKeysUnique(Function2<? super K, ? super V, ? extends R> function) <R> FixedSizeMap<R, V> DoubletonMap.collectKeysUnique(Function2<? super K, ? super V, ? extends R> function) <R> FixedSizeMap<R, V> EmptyMap.collectKeysUnique(Function2<? super K, ? super V, ? extends R> function) <R> FixedSizeMap<R, V> SingletonMap.collectKeysUnique(Function2<? super K, ? super V, ? extends R> function) <R> FixedSizeMap<R, V> TripletonMap.collectKeysUnique(Function2<? super K, ? super V, ? extends R> function) abstract <R> FixedSizeMap<K, R> AbstractMemoryEfficientMutableMap.collectValues(Function2<? super K, ? super V, ? extends R> function) <R> FixedSizeMap<K, R> DoubletonMap.collectValues(Function2<? super K, ? super V, ? extends R> function) <R> FixedSizeMap<K, R> EmptyMap.collectValues(Function2<? super K, ? super V, ? extends R> function) <R> FixedSizeMap<K, R> SingletonMap.collectValues(Function2<? super K, ? super V, ? extends R> function) <R> FixedSizeMap<K, R> TripletonMap.collectValues(Function2<? super K, ? super V, ? extends R> function) <K,V> FixedSizeMap <K, V> FixedSizeMapFactoryImpl.empty()private FixedSizeMap<K, V> DoubletonMap.filter(Predicate2<? super K, ? super V> predicate) private FixedSizeMap<K, V> TripletonMap.filter(Predicate2<? super K, ? super V> predicate) <K,V> FixedSizeMap <K, V> FixedSizeMapFactoryImpl.of()<K,V> FixedSizeMap <K, V> FixedSizeMapFactoryImpl.of(K key, V value) <K,V> FixedSizeMap <K, V> FixedSizeMapFactoryImpl.of(K key1, V value1, K key2, V value2) <K,V> FixedSizeMap <K, V> FixedSizeMapFactoryImpl.of(K key1, V value1, K key2, V value2, K key3, V value3) abstract FixedSizeMap<K, V> AbstractMemoryEfficientMutableMap.reject(Predicate2<? super K, ? super V> predicate) DoubletonMap.reject(Predicate2<? super K, ? super V> predicate) EmptyMap.reject(Predicate2<? super K, ? super V> predicate) SingletonMap.reject(Predicate2<? super K, ? super V> predicate) TripletonMap.reject(Predicate2<? super K, ? super V> predicate) abstract FixedSizeMap<K, V> AbstractMemoryEfficientMutableMap.select(Predicate2<? super K, ? super V> predicate) DoubletonMap.select(Predicate2<? super K, ? super V> predicate) EmptyMap.select(Predicate2<? super K, ? super V> predicate) SingletonMap.select(Predicate2<? super K, ? super V> predicate) TripletonMap.select(Predicate2<? super K, ? super V> predicate) <K,V> FixedSizeMap <K, V> FixedSizeMapFactoryImpl.with()<K,V> FixedSizeMap <K, V> FixedSizeMapFactoryImpl.with(K key, V value) <K,V> FixedSizeMap <K, V> FixedSizeMapFactoryImpl.with(K key1, V value1, K key2, V value2) <K,V> FixedSizeMap <K, V> FixedSizeMapFactoryImpl.with(K key1, V value1, K key2, V value2, K key3, V value3)