Uses of Interface
org.eclipse.collections.api.map.primitive.MutableIntBooleanMap
-
Packages that use MutableIntBooleanMap Package Description org.eclipse.collections.api.factory.map.primitive org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
Uses of MutableIntBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableIntBooleanMap Modifier and Type Method Description MutableIntBooleanMapMutableIntBooleanMapFactory. empty()<T> MutableIntBooleanMapMutableIntBooleanMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)Creates anMutableIntBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntBooleanMapMutableIntBooleanMapFactory. of()Same asMutableIntBooleanMapFactory.empty().default MutableIntBooleanMapMutableIntBooleanMapFactory. of(int key, boolean value)default MutableIntBooleanMapMutableIntBooleanMapFactory. of(int key1, boolean value1, int key2, boolean value2)default MutableIntBooleanMapMutableIntBooleanMapFactory. of(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3)default MutableIntBooleanMapMutableIntBooleanMapFactory. of(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4)MutableIntBooleanMapMutableIntBooleanMapFactory. ofAll(IntBooleanMap map)MutableIntBooleanMapMutableIntBooleanMapFactory. ofInitialCapacity(int capacity)Same asMutableIntBooleanMapFactory.empty().MutableIntBooleanMapMutableIntBooleanMapFactory. with()Same asMutableIntBooleanMapFactory.empty().default MutableIntBooleanMapMutableIntBooleanMapFactory. with(int key, boolean value)default MutableIntBooleanMapMutableIntBooleanMapFactory. with(int key1, boolean value1, int key2, boolean value2)default MutableIntBooleanMapMutableIntBooleanMapFactory. with(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3)default MutableIntBooleanMapMutableIntBooleanMapFactory. with(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4)MutableIntBooleanMapMutableIntBooleanMapFactory. withAll(IntBooleanMap map)MutableIntBooleanMapMutableIntBooleanMapFactory. withInitialCapacity(int capacity)Same asMutableIntBooleanMapFactory.empty(). -
Uses of MutableIntBooleanMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableIntBooleanMap Modifier and Type Method Description MutableIntBooleanMapMutableIntBooleanMap. asSynchronized()Returns a synchronized view of this map, delegating all operations to this map but ensuring only one caller has access to the map at a time.MutableIntBooleanMapMutableIntBooleanMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableIntBooleanMapMutableIntBooleanMap. reject(IntBooleanPredicate predicate)MutableIntBooleanMapMutableIntBooleanMap. select(IntBooleanPredicate predicate)default MutableIntBooleanMapMutableIntBooleanMap. withAllKeyValues(java.lang.Iterable<IntBooleanPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableIntBooleanMapMutableIntBooleanMap. withKeyValue(int key, boolean value)Associates a value with the specified key.MutableIntBooleanMapMutableIntBooleanMap. withoutAllKeys(IntIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableIntBooleanMapMutableIntBooleanMap. withoutKey(int key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableIntBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableIntBooleanMap Modifier and Type Field Description private MutableIntBooleanMapImmutableIntBooleanHashMap. delegate -
Uses of MutableIntBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableIntBooleanMap Modifier and Type Class Description classIntBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.classSynchronizedIntBooleanMapA synchronized view of aMutableIntBooleanMap.classUnmodifiableIntBooleanMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableIntBooleanMap Modifier and Type Field Description private MutableIntBooleanMapSynchronizedIntBooleanMap. mapprivate MutableIntBooleanMapUnmodifiableIntBooleanMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableIntBooleanMap Modifier and Type Method Description MutableIntBooleanMapIntBooleanHashMap. asSynchronized()MutableIntBooleanMapSynchronizedIntBooleanMap. asSynchronized()MutableIntBooleanMapUnmodifiableIntBooleanMap. asSynchronized()MutableIntBooleanMapIntBooleanHashMap. asUnmodifiable()MutableIntBooleanMapSynchronizedIntBooleanMap. asUnmodifiable()MutableIntBooleanMapUnmodifiableIntBooleanMap. asUnmodifiable()MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. empty()<T> MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. of()MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. of(int key, boolean value)MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. of(int key1, boolean value1, int key2, boolean value2)MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. of(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3)MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. of(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4)MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. ofAll(IntBooleanMap map)MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. ofInitialCapacity(int capacity)MutableIntBooleanMapSynchronizedIntBooleanMap. reject(IntBooleanPredicate predicate)MutableIntBooleanMapUnmodifiableIntBooleanMap. reject(IntBooleanPredicate predicate)MutableIntBooleanMapSynchronizedIntBooleanMap. select(IntBooleanPredicate predicate)MutableIntBooleanMapUnmodifiableIntBooleanMap. select(IntBooleanPredicate predicate)MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. with()MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. with(int key, boolean value)MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. with(int key1, boolean value1, int key2, boolean value2)MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. with(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3)MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. with(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4)MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. withAll(IntBooleanMap map)MutableIntBooleanMapMutableIntBooleanMapFactoryImpl. withInitialCapacity(int capacity)MutableIntBooleanMapSynchronizedIntBooleanMap. withKeyValue(int key, boolean value)MutableIntBooleanMapUnmodifiableIntBooleanMap. withKeyValue(int key, boolean value)MutableIntBooleanMapSynchronizedIntBooleanMap. withoutAllKeys(IntIterable keys)MutableIntBooleanMapUnmodifiableIntBooleanMap. withoutAllKeys(IntIterable keys)MutableIntBooleanMapSynchronizedIntBooleanMap. withoutKey(int key)MutableIntBooleanMapUnmodifiableIntBooleanMap. withoutKey(int key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableIntBooleanMap Constructor Description SynchronizedIntBooleanMap(MutableIntBooleanMap map)SynchronizedIntBooleanMap(MutableIntBooleanMap map, java.lang.Object newLock)UnmodifiableIntBooleanMap(MutableIntBooleanMap map)
-