Uses of Interface
org.eclipse.collections.api.tuple.primitive.ObjectBooleanPair
-
Packages that use ObjectBooleanPair Package Description 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.org.eclipse.collections.impl.tuple.primitive -
-
Uses of ObjectBooleanPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ObjectBooleanPair Modifier and Type Method Description RichIterable<ObjectBooleanPair<K>>ObjectBooleanMap. keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectBooleanPair Modifier and Type Method Description default voidMutableObjectBooleanMap. putPair(ObjectBooleanPair<K> keyValuePair)This method allows MutableObjectBooleanMap the ability to add an element in the form ofObjectBooleanPair<K>.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ObjectBooleanPair Modifier and Type Method Description default MutableObjectBooleanMap<K>MutableObjectBooleanMap. withAllKeyValues(java.lang.Iterable<ObjectBooleanPair<K>> keyValuePairs) -
Uses of ObjectBooleanPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ObjectBooleanPair Modifier and Type Method Description RichIterable<ObjectBooleanPair<K>>ImmutableObjectBooleanEmptyMap. keyValuesView()RichIterable<ObjectBooleanPair<K>>ImmutableObjectBooleanHashMap. keyValuesView()RichIterable<ObjectBooleanPair<K>>ImmutableObjectBooleanSingletonMap. keyValuesView() -
Uses of ObjectBooleanPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ObjectBooleanPair Modifier and Type Method Description ObjectBooleanPair<K>ObjectBooleanHashMap.KeyValuesView.InternalKeyValuesIterator. next()ObjectBooleanPair<K>ObjectBooleanHashMapWithHashingStrategy.KeyValuesView.InternalKeyValuesIterator. next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ObjectBooleanPair Modifier and Type Method Description java.util.Iterator<ObjectBooleanPair<K>>ObjectBooleanHashMap.KeyValuesView. iterator()java.util.Iterator<ObjectBooleanPair<K>>ObjectBooleanHashMapWithHashingStrategy.KeyValuesView. iterator()RichIterable<ObjectBooleanPair<K>>ObjectBooleanHashMap. keyValuesView()RichIterable<ObjectBooleanPair<K>>ObjectBooleanHashMapWithHashingStrategy. keyValuesView()RichIterable<ObjectBooleanPair<K>>SynchronizedObjectBooleanMap. keyValuesView()RichIterable<ObjectBooleanPair<K>>UnmodifiableObjectBooleanMap. keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectBooleanPair Modifier and Type Method Description voidSynchronizedObjectBooleanMap. putPair(ObjectBooleanPair<K> keyValuePair)voidUnmodifiableObjectBooleanMap. putPair(ObjectBooleanPair<K> keyValuePair)Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ObjectBooleanPair Modifier and Type Method Description voidObjectBooleanHashMap.KeyValuesView. each(Procedure<? super ObjectBooleanPair<K>> procedure)voidObjectBooleanHashMapWithHashingStrategy.KeyValuesView. each(Procedure<? super ObjectBooleanPair<K>> procedure)<P> voidObjectBooleanHashMap.KeyValuesView. forEachWith(Procedure2<? super ObjectBooleanPair<K>,? super P> procedure, P parameter)<P> voidObjectBooleanHashMapWithHashingStrategy.KeyValuesView. forEachWith(Procedure2<? super ObjectBooleanPair<K>,? super P> procedure, P parameter)voidObjectBooleanHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super ObjectBooleanPair<K>> objectIntProcedure)voidObjectBooleanHashMapWithHashingStrategy.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super ObjectBooleanPair<K>> objectIntProcedure) -
Uses of ObjectBooleanPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ObjectBooleanPair Modifier and Type Class Description classObjectBooleanPairImpl<T>This file was automatically generated from template file objectPrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ObjectBooleanPair Modifier and Type Method Description static <T> ObjectBooleanPair<T>PrimitiveTuples. pair(T one, boolean two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ObjectBooleanPair Modifier and Type Method Description intObjectBooleanPairImpl. compareTo(ObjectBooleanPair<T> that)
-