Uses of Interface
com.carrotsearch.hppc.predicates.DoublePredicate
-
Packages that use DoublePredicate Package Description com.carrotsearch.hppc -
-
Uses of DoublePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoublePredicate Modifier and Type Method Description <T extends DoublePredicate>
TDoubleArrayDeque. descendingForEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends DoublePredicate>
TDoubleDeque. descendingForEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends DoublePredicate>
TByteDoubleHashMap.ValuesContainer. forEach(T predicate)<T extends DoublePredicate>
TCharDoubleHashMap.ValuesContainer. forEach(T predicate)<T extends DoublePredicate>
TDoubleArrayDeque. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends DoublePredicate>
TDoubleArrayList. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends DoublePredicate>
TDoubleArrayList. forEach(T predicate, int fromIndex, int toIndex)Appliespredicateto a slice of the list,fromIndex, inclusive, totoIndex, exclusive, or until predicate returnsfalse.<T extends DoublePredicate>
TDoubleByteHashMap.KeysContainer. forEach(T predicate)<T extends DoublePredicate>
TDoubleCharHashMap.KeysContainer. forEach(T predicate)<T extends DoublePredicate>
TDoubleContainer. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends DoublePredicate>
TDoubleDoubleHashMap.KeysContainer. forEach(T predicate)<T extends DoublePredicate>
TDoubleDoubleHashMap.ValuesContainer. forEach(T predicate)<T extends DoublePredicate>
TDoubleFloatHashMap.KeysContainer. forEach(T predicate)<T extends DoublePredicate>
TDoubleHashSet. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends DoublePredicate>
TDoubleIntHashMap.KeysContainer. forEach(T predicate)<T extends DoublePredicate>
TDoubleLongHashMap.KeysContainer. forEach(T predicate)<T extends DoublePredicate>
TDoubleObjectHashMap.KeysContainer. forEach(T predicate)<T extends DoublePredicate>
TDoubleShortHashMap.KeysContainer. forEach(T predicate)<T extends DoublePredicate>
TFloatDoubleHashMap.ValuesContainer. forEach(T predicate)<T extends DoublePredicate>
TIntDoubleHashMap.ValuesContainer. forEach(T predicate)<T extends DoublePredicate>
TLongDoubleHashMap.ValuesContainer. forEach(T predicate)<T extends DoublePredicate>
TObjectDoubleHashMap.ValuesContainer. forEach(T predicate)<T extends DoublePredicate>
TShortDoubleHashMap.ValuesContainer. forEach(T predicate)Methods in com.carrotsearch.hppc with parameters of type DoublePredicate Modifier and Type Method Description private voidDoubleArrayDeque. descendingForEach(DoublePredicate predicate, int fromIndex, int toIndex)Appliespredicateto a slice of the deque,toIndex, exclusive, down tofromIndex, inclusive or until the predicate returnsfalse.intByteDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)intCharDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)intDoubleArrayDeque. removeAll(DoublePredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intDoubleArrayList. removeAll(DoublePredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intDoubleByteAssociativeContainer. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleByteHashMap.KeysContainer. removeAll(DoublePredicate predicate)intDoubleByteHashMap. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleCharAssociativeContainer. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleCharHashMap.KeysContainer. removeAll(DoublePredicate predicate)intDoubleCharHashMap. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleCollection. removeAll(DoublePredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intDoubleDoubleAssociativeContainer. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleDoubleHashMap.KeysContainer. removeAll(DoublePredicate predicate)intDoubleDoubleHashMap. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)intDoubleFloatAssociativeContainer. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleFloatHashMap.KeysContainer. removeAll(DoublePredicate predicate)intDoubleFloatHashMap. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleHashSet. removeAll(DoublePredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intDoubleIntAssociativeContainer. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleIntHashMap.KeysContainer. removeAll(DoublePredicate predicate)intDoubleIntHashMap. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleLongAssociativeContainer. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleLongHashMap.KeysContainer. removeAll(DoublePredicate predicate)intDoubleLongHashMap. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleObjectAssociativeContainer. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleObjectHashMap.KeysContainer. removeAll(DoublePredicate predicate)intDoubleObjectHashMap. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleShortAssociativeContainer. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleShortHashMap.KeysContainer. removeAll(DoublePredicate predicate)intDoubleShortHashMap. removeAll(DoublePredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intFloatDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)intIntDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)intLongDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)intObjectDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)intShortDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)intAbstractDoubleCollection. retainAll(DoublePredicate predicate)Default implementation redirects toDoubleCollection.removeAll(DoublePredicate)and negates the predicate.intDoubleCollection. retainAll(DoublePredicate predicate)Keeps all elements in this collection for which the given predicate returnstrue.
-