Home
last modified time | relevance | path

Searched defs:removeIf (Results 1 – 12 of 12) sorted by relevance

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DFlagSet.java123 public Builder removeIf(int flag, boolean condition) { in removeIf() method in FlagSet.Builder
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DFlagSet.java123 public Builder removeIf(int flag, boolean condition) { in removeIf() method in FlagSet.Builder
/external/guava/guava/src/com/google/common/collect/
DImmutableCollection.java319 public final boolean removeIf(Predicate<? super E> filter) { in removeIf() method in ImmutableCollection
DCollections2.java216 public boolean removeIf(java.util.function.Predicate<? super E> filter) { in removeIf() method in Collections2.FilteredCollection
306 public boolean removeIf(java.util.function.Predicate<? super T> filter) { in removeIf() method in Collections2.TransformedCollection
DIterables.java200 public static <T extends @Nullable Object> boolean removeIf( in removeIf() method in Iterables
DLists.java581 public boolean removeIf(Predicate<? super T> filter) { in removeIf() method
DSets.java655 public final boolean removeIf(java.util.function.Predicate<? super E> filter) { in removeIf() method in Sets.SetView
DSynchronized.java232 public boolean removeIf(Predicate<? super E> filter) { in removeIf() method in Synchronized.SynchronizedCollection
/external/guava/android/guava/src/com/google/common/collect/
DIterables.java183 public static <T extends @Nullable Object> boolean removeIf( in removeIf() method in Iterables
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DNodeList.java375 public boolean removeIf(Predicate<? super N> filter) { in removeIf() method in NodeList
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
DPlayer.java478 public Builder removeIf(@Command int command, boolean condition) { in removeIf() method in Player.Commands.Builder
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
DPlayer.java814 public Builder removeIf(@Command int command, boolean condition) { in removeIf() method in Player.Commands.Builder