Uses of Interface
com.carrotsearch.hppc.predicates.ObjectPredicate
-
Packages that use ObjectPredicate Package Description com.carrotsearch.hppc org.elasticsearch.common.collect -
-
Uses of ObjectPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectPredicate Modifier and Type Method Description <T extends ObjectPredicate<? super KType>>
TObjectArrayList. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends ObjectPredicate<? super KType>>
TObjectArrayList. forEach(T predicate, int fromIndex, int toIndex)Appliespredicateto a slice of the list,fromIndex, inclusive, totoIndex, exclusive, or until predicate returnsfalse.<T extends ObjectPredicate<? super KType>>
TObjectContainer. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends ObjectPredicate<? super KType>>
TObjectFloatHashMap.KeysContainer. forEach(T predicate)<T extends ObjectPredicate<? super KType>>
TObjectHashSet. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends ObjectPredicate<? super KType>>
TObjectIntHashMap.KeysContainer. forEach(T predicate)<T extends ObjectPredicate<? super KType>>
TObjectLongHashMap.KeysContainer. forEach(T predicate)<T extends ObjectPredicate<? super KType>>
TObjectObjectHashMap.KeysContainer. forEach(T predicate)Methods in com.carrotsearch.hppc with parameters of type ObjectPredicate Modifier and Type Method Description intObjectArrayList. removeAll(ObjectPredicate<? super KType> predicate)Removes all elements in this collection for which the given predicate returnstrue.intObjectCollection. removeAll(ObjectPredicate<? super KType> predicate)Removes all elements in this collection for which the given predicate returnstrue.intObjectFloatAssociativeContainer. removeAll(ObjectPredicate<? super KType> predicate)Removes all keys (and associated values) for which the predicate returnstrue.intObjectFloatHashMap.KeysContainer. removeAll(ObjectPredicate<? super KType> predicate)intObjectFloatHashMap. removeAll(ObjectPredicate<? super KType> predicate)Removes all keys (and associated values) for which the predicate returnstrue.intObjectHashSet. removeAll(ObjectPredicate<? super KType> predicate)Removes all elements in this collection for which the given predicate returnstrue.intObjectIntAssociativeContainer. removeAll(ObjectPredicate<? super KType> predicate)Removes all keys (and associated values) for which the predicate returnstrue.intObjectIntHashMap.KeysContainer. removeAll(ObjectPredicate<? super KType> predicate)intObjectIntHashMap. removeAll(ObjectPredicate<? super KType> predicate)Removes all keys (and associated values) for which the predicate returnstrue.intObjectLongAssociativeContainer. removeAll(ObjectPredicate<? super KType> predicate)Removes all keys (and associated values) for which the predicate returnstrue.intObjectLongHashMap.KeysContainer. removeAll(ObjectPredicate<? super KType> predicate)intObjectLongHashMap. removeAll(ObjectPredicate<? super KType> predicate)Removes all keys (and associated values) for which the predicate returnstrue.intObjectObjectAssociativeContainer. removeAll(ObjectPredicate<? super KType> predicate)Removes all keys (and associated values) for which the predicate returnstrue.intObjectObjectHashMap.KeysContainer. removeAll(ObjectPredicate<? super KType> predicate)intObjectObjectHashMap. removeAll(ObjectPredicate<? super KType> predicate)Removes all keys (and associated values) for which the predicate returnstrue.intObjectCollection. retainAll(ObjectPredicate<? super KType> predicate)Keeps all elements in this collection for which the given predicate returnstrue. -
Uses of ObjectPredicate in org.elasticsearch.common.collect
Methods in org.elasticsearch.common.collect with parameters of type ObjectPredicate Modifier and Type Method Description intImmutableOpenMap.Builder. removeAll(ObjectPredicate<? super KType> predicate)
-